Skip to content

Bump actions/checkout from 4.2.0 to 4.2.1 #152

Bump actions/checkout from 4.2.0 to 4.2.1

Bump actions/checkout from 4.2.0 to 4.2.1 #152

Workflow file for this run

name: Analysis
on:
pull_request:
push:
branches:
- main
jobs:
linting:
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
steps:
- name: Checking out the repository
uses: actions/checkout@v4.2.1
- name: Running ShellCheck
run: ./scripts/shellcheck.sh