Skip to content

Fix the ordering of group and artifact variables #97

Fix the ordering of group and artifact variables

Fix the ordering of group and artifact variables #97

Workflow file for this run

---
name: shellcheck
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master