Skip to content

Ignore changes to irrelevant files in CI #19

Ignore changes to irrelevant files in CI

Ignore changes to irrelevant files in CI #19

Workflow file for this run

name: Lint
on:
push:
branches: main
paths-ignore:
- 'README.md'
- 'LICENSE'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install ShellCheck
run: sudo apt install -y shellcheck
- name: Run ShellCheck
run: shellcheck ./ubuntu/scripts/* ./mac/setup.sh