This commit is contained in:
parent
c98331150c
commit
3b62f99653
6 changed files with 139 additions and 4 deletions
20
.forgejo/workflows/lint.yaml
Normal file
20
.forgejo/workflows/lint.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Nix
|
||||
uses: https://guardianproject.dev/actions/install-nix-action@v15
|
||||
|
||||
- name: Run just lint
|
||||
run: nix-shell --run "just lint"
|
Loading…
Add table
Add a link
Reference in a new issue