Skip to content

security workflow

security workflow #15

Workflow file for this run

name: Tests
on:
push:
branches:
- master
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
force-depth: 0
- run: ./shellcheck
namcap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
force-depth: 0
- run: ./namcap