Skip to content

build(deps): Bump tj-actions/changed-files from 46 to 47 #4

build(deps): Bump tj-actions/changed-files from 46 to 47

build(deps): Bump tj-actions/changed-files from 46 to 47 #4

Workflow file for this run

name: shell-security
on:
pull_request:
jobs:
shell-security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shell tools
run: sudo apt-get update && sudo apt-get install -y shellcheck shfmt devscripts
- name: shellcheck
run: shellcheck scripts/*.sh
- name: shfmt check
run: shfmt -d scripts
- name: checkbashisms
run: checkbashisms -f scripts/*.sh