Skip to content

avoid remote cache for clang format rules #8

avoid remote cache for clang format rules

avoid remote cache for clang format rules #8

Workflow file for this run

name: check
on:
push:
branches: [ main ]
pull_request:
branches: [ "*" ]
types: [synchronize, opened, reopened, edited]
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
shellcheck \
--color=always \
--shell=bash \
*.sh