Skip to content

Links are checked only when a markdown file is changed #84

Links are checked only when a markdown file is changed

Links are checked only when a markdown file is changed #84

name: Check bash style
on:
push:
pull_request:
schedule:
- cron: "0 0 16 * *"
jobs:
check_bash_style:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Check bash scripts for style
run: shellcheck scripts/*.sh