Skip to content

Bump actions/cache from 3 to 4 #120

Bump actions/cache from 3 to 4

Bump actions/cache from 3 to 4 #120

name: ShellCheck
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "**.sh"
concurrency:
group: ${{ github.workflow }}-ignore-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- run: |
echo "Skipping ${{ github.workflow }}/${{ github.job }}"