Skip to content

Merge pull request #16 from samet-akcay/feature/workflow #27

Merge pull request #16 from samet-akcay/feature/workflow

Merge pull request #16 from samet-akcay/feature/workflow #27

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