Skip to content

Bump actions/checkout from 3 to 4 #3

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #3

Workflow file for this run

name: Check
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check
uses: luizm/action-sh-checker@master
env:
SHELLCHECK_OPTS: -e SC1091
SHFMT_OPTS: -i 4 -d -kp