Skip to content

pkgreleaser.py

pkgreleaser.py #21

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