Skip to content

jenv_install: temurin21 added #34

jenv_install: temurin21 added

jenv_install: temurin21 added #34

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/[email protected]
with:
check_together: yes
env:
SHELLCHECK_OPTS: --severity style --enable all --exclude SC2312 --shell bash