Skip to content

[#64] Added GitHub Actions support #29

[#64] Added GitHub Actions support

[#64] Added GitHub Actions support #29

Workflow file for this run

name: Test Scaffold
# Workflow to **validate** the **integrity** of the scaffold template itself.
on:
push:
branches:
- main
pull_request:
branches:
- main
- 'feature/**'
jobs:
test-scaffold:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check coding standards
uses: luizm/[email protected]
env:
SHFMT_OPTS: -i 2 -ci -s -d