mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-25 05:20:18 +00:00
Fix syntax
This commit is contained in:
parent
a97819fe77
commit
a927beb0e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check_links.yml
vendored
2
.github/workflows/check_links.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- working-directory: ci
|
||||
- uses: actions/checkout@v1
|
||||
- name: Check Links
|
||||
run: cargo run -- ../README.md
|
||||
working-directory: ci
|
||||
|
|
Loading…
Reference in a new issue