Skip to content

Move bundle logic into this repository #161

Move bundle logic into this repository

Move bundle logic into this repository #161

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make verify-dependencies
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make verify-shfmt
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make verify-shellcheck