infrastructure/.forgejo/workflows/lint.yaml
Tine c3cb39f463
Some checks failed
/ lint (push) Failing after 1m42s
ci: update devbox install
2024-08-01 19:04:25 +02:00

17 lines
340 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
- run: devbox run -- just lint