infrastructure/.forgejo/workflows/lint.yaml
Tine 8aa9293d29
Some checks failed
/ lint (push) Failing after 2m37s
ci: update devbox install
2024-08-01 19:22:03 +02:00

18 lines
367 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: ""
- run: devbox run -- just lint