Skip to content

Linting

Linting #2

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: bewuethr/shellcheck-action@v2