Skip to content

Cicd auditing

Cicd auditing #34

Workflow file for this run

name: CI Pipeline
on:
pull_request:
branches: [master]
# push:
# branches: ["**"]
jobs:
format:
name: Code Format Check
uses: ./.github/workflows/format.yaml
# audit:
# name: Lighthouse Audit
# uses: ./.github/workflows/audit.yaml