Skip to content

Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#759) #592

Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#759)

Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#759) #592

Workflow file for this run

name: Check shell scripts
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
run: sudo apt install shellcheck
- name: Detect errors in shell scripts
run: make shellerrors