Merge pull request #13 from ramate-io/l-monninger/proc-macro #46
This file contains hidden or 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
| # This workflow runs cargo check on every pushed commit. | |
| name: Cargo Check | |
| on: | |
| push: | |
| branches: | |
| jobs: | |
| cargo-check: | |
| uses: ./.github/workflows/nix-command.yml | |
| with: | |
| command: cargo check | |
| nix_flake_path: '.' | |
| runner: 'ubuntu-latest' |