Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Bump actions/checkout from 3 to 4 #80

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #80

Workflow file for this run

on: [push, pull_request]
name: ShellCheck
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
uses: ludeeus/action-shellcheck@2.0.0
env:
SHELLCHECK_OPTS: -e SC1091,SC2034,SC2154