infrastructure/.forgejo/workflows/lint.yaml
Tine a7f38bb14f
Some checks failed
/ lint (push) Failing after 46s
ci: update devbox install
2024-08-01 19:32:05 +02:00

18 lines
398 B
YAML

on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/devbox-install-action@060be5a8f69feff899b73193cadfcaacd5b88310
with:
enable-cache: true
github-token: "${{ secrets.NIX_GITHUB_TOKEN }}"
- run: devbox run -- just lint