Skip to content

v2 of the website text: focus on the projects. #8

v2 of the website text: focus on the projects.

v2 of the website text: focus on the projects. #8

Workflow file for this run

name: shellcheck
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x