Skip to content

Adding standalone compression workflow #116

Adding standalone compression workflow

Adding standalone compression workflow #116

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches: [ main ]
jobs:
format-lint:
name: "Format and Lint"
uses: ./.github/workflows/_format-lint-action.yml
test:
name: "Run Tests"
needs: format-lint
uses: ./.github/workflows/_run-tests-action.yml