Skip to content

Commit d0fba90

Browse files
ci: release-please
1 parent ed0e859 commit d0fba90

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/gitlint.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
push:
3+
branches:
4+
- master
5+
name: release-please
6+
jobs:
7+
release-please:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: google-github-actions/release-please-action@v3
11+
with:
12+
release-type: rust
13+
package-name: nix

0 commit comments

Comments
 (0)