Skip to content

chore(deps): bump jetpack-io/devbox-install-action from 0.14.0 to 0.15.0 #108

chore(deps): bump jetpack-io/devbox-install-action from 0.14.0 to 0.15.0

chore(deps): bump jetpack-io/devbox-install-action from 0.14.0 to 0.15.0 #108

Workflow file for this run

name: Run checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.15.0
with:
enable-cache: true
- name: Run checks
run: devbox run -- make check
- name: Run tests
run: devbox run -- make test