Skip to content

Linting

Linting #4

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches:
- main
jobs:
linting:
name: Lint artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@master