Skip to content

Switch to new μpkg package format #1

Switch to new μpkg package format

Switch to new μpkg package format #1

Workflow file for this run

name: Lint
on:
push:
branches: ['*']
tags: ['!v*']
workflow_call: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x