ci: garnix
This commit is contained in:
parent
374e91ebba
commit
12d9089907
1 changed files with 15 additions and 0 deletions
15
.github/workflows/garnix.yml
vendored
Normal file
15
.github/workflows/garnix.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
name: Garnix
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: garnix-io/check-flake@v2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue