Skip to content

[GitLab] Fix Docker image build #80

[GitLab] Fix Docker image build

[GitLab] Fix Docker image build #80

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'