Skip to content

Set up usb builds with earthly (maybe) #3

Set up usb builds with earthly (maybe)

Set up usb builds with earthly (maybe) #3

Workflow file for this run

---
name: Validate configurations
on:
push:
branches:
- main
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run validation checks
run: |
./earthly.sh +validate
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run lint checks
run: |
./earthly.sh +lint