Skip to content

Update workflow to run on main and feature/* branches #24

Update workflow to run on main and feature/* branches

Update workflow to run on main and feature/* branches #24

Workflow file for this run

# name: Pull Request Checks
# on:
# pull_request:
# branches: [main, feature]
# jobs:
# pre-commit-full:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: ./.github/actions/linting/pre-commit