Skip to content

add secret for branch protection #318

add secret for branch protection

add secret for branch protection #318

Workflow file for this run

---
name: linting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -e SC1003