Skip to content

Bump docker/setup-buildx-action from 2 to 3 #115

Bump docker/setup-buildx-action from 2 to 3

Bump docker/setup-buildx-action from 2 to 3 #115

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 }}"