Skip to content

project_apply_bianca.md md fix #981

project_apply_bianca.md md fix

project_apply_bianca.md md fix #981

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