Skip to content

chore(deps): bump actions/checkout from 4 to 5 #909

chore(deps): bump actions/checkout from 4 to 5

chore(deps): bump actions/checkout from 4 to 5 #909

Workflow file for this run

on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
name: 'Shellcheck'
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1091