Skip to content

Bump certifi from 2024.2.2 to 2024.7.4 #51

Bump certifi from 2024.2.2 to 2024.7.4

Bump certifi from 2024.2.2 to 2024.7.4 #51

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: "Shell Linter"
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Run Shellcheck
uses: azohra/shell-linter@latest
with:
path: "*.sh"