Skip to content

Bump checkout and java actions from 4 to 5 #13

Bump checkout and java actions from 4 to 5

Bump checkout and java actions from 4 to 5 #13

Workflow file for this run

name: shellcheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master