Skip to content

[GitLab CI] Delete VM on failure #88

[GitLab CI] Delete VM on failure

[GitLab CI] Delete VM on failure #88

Workflow file for this run

name: build
on:
push:
branch:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: "-P ./GitLab/scripts"
with:
scandir: './GitLab/scripts/'
check_together: 'yes'