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

Bump actions/checkout from 3.5.3 to 4.1.1 #574

Bump actions/checkout from 3.5.3 to 4.1.1

Bump actions/checkout from 3.5.3 to 4.1.1 #574

Workflow file for this run

name: Scripts linter
on: [push]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master