We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e16647b + 39d4b15 commit e245e92Copy full SHA for e245e92
1 file changed
.github/workflows/date-check.yml
@@ -22,9 +22,7 @@ jobs:
22
rustup update stable
23
24
- name: Run `date-check`
25
- working-directory: ci/date-check
26
- run: |
27
- cargo run -- ../../src/ > ../../date-check-output.txt
+ run: cargo run --manifest-path ci/date-check/Cargo.toml . > date-check-output.txt
28
29
- name: Open issue
30
uses: actions/github-script@v7
0 commit comments