Skip to content

Remove full url links to coverage and profiler plugins #267

Remove full url links to coverage and profiler plugins

Remove full url links to coverage and profiler plugins #267

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