Skip to content

Fix CI (asdf 0.17+) #255

Fix CI (asdf 0.17+)

Fix CI (asdf 0.17+) #255

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
check:
uses: ./.github/workflows/_check.yml
with:
os: ubuntu-latest
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: shellcheck starkup.sh
shfmt:
runs-on: ubuntu-latest
steps:
- uses: mfinelli/setup-shfmt@v3
- uses: actions/checkout@v4
- run: shfmt --diff starkup.sh