Skip to content

Update module github.com/urfave/cli/v2 to v2.27.3 #201

Update module github.com/urfave/cli/v2 to v2.27.3

Update module github.com/urfave/cli/v2 to v2.27.3 #201

Workflow file for this run

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