Skip to content

Bump actions/checkout from 3 to 4 (#5) #32

Bump actions/checkout from 3 to 4 (#5)

Bump actions/checkout from 3 to 4 (#5) #32

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
env:
SHELLCHECK_OPTS: -e SC1071
with:
severity: error
check_together: 'yes'
additional_files: '.aliases .exports .functions'