Compare commits

..

3 commits

Author SHA1 Message Date
irl
23e1867d62 ci: use runner image
Some checks failed
Lint / lint (push) Failing after 21s
2025-05-27 14:15:51 +01:00
irl
3259634f0e fix: style for orcid badge
Some checks failed
Lint / lint (push) Failing after 1s
2025-05-27 14:13:17 +01:00
irl
3b62f99653 feat: adds linting
Some checks failed
Lint / lint (push) Failing after 4s
2025-05-27 14:12:17 +01:00

View file

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Nix
uses: https://guardianproject.dev/actions/install-nix-action@v31
uses: https://guardianproject.dev/actions/install-nix-action@v15
- name: Run just lint
run: nix develop --command just lint
run: nix-shell --run "just lint"