Skip to content

Commit 31c2066

Browse files
committed
ci
1 parent 116613b commit 31c2066

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/check-licenses.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Check licenses
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
pull_request:
6+
7+
jobs:
8+
check-licenses:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: EmbarkStudios/cargo-deny-action@v2
13+
with:
14+
command: check licenses

0 commit comments

Comments
 (0)