Hook up rename to an Emacs command #1186
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request] | |
name: Continuous integration | |
jobs: | |
test_linux: | |
name: Test | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: dtolnay/[email protected] | |
- name: Build binary for assert_cmd | |
run: cargo build | |
- run: cargo test | |
actionlint: | |
name: Actionlint | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- run: ls | |
- uses: raven-actions/actionlint@v1 | |
# dry_run_publish: | |
# runs-on: ubuntu-20.04 | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - uses: katyo/publish-crates@v2 | |
# with: | |
# dry-run: true | |