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 ed0e859 commit d0fba90Copy full SHA for d0fba90
.github/gitlint.yml
@@ -0,0 +1,14 @@
1
+on:
2
+ push:
3
+
4
+jobs:
5
+ gitlint:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v3
9
10
+ - name: Install gitlint
11
+ run: sudo apt install gitlint
12
13
+ - name: Run gitlint
14
+ run: gitlint
.github/release-please.yml
@@ -0,0 +1,13 @@
+ branches:
+ - master
+name: release-please
+ release-please:
+ - uses: google-github-actions/release-please-action@v3
+ with:
+ release-type: rust
+ package-name: nix
0 commit comments