We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be8983 commit f5157f3Copy full SHA for f5157f3
.gitattributes
@@ -0,0 +1 @@
1
+Cargo.nix linguist-vendored
.github/workflows/check.yml
@@ -48,3 +48,12 @@ jobs:
48
uses: actions-rs/clippy-check@v1
49
with:
50
token: ${{ secrets.GITHUB_TOKEN }}
51
+
52
+ cargo-nix:
53
+ name: cargo-nix
54
+ runs-on: ubuntu-latest
55
+ steps:
56
+ - uses: actions/checkout@v4
57
+ - uses: DeterminateSystems/nix-installer-action@main
58
+ - run: nix run .#generate
59
+ - run: git diff --exit-code
0 commit comments