LafayetteCollegeLibraries/spot

View on GitHub
.github/workflows/lint-and-test-on-push.yml

Summary

Maintainability
Test Coverage
name: Lint and Test (on push)
on:
  push:
    branches-ignore:
      - develop

permissions:
  checks: write

jobs:
  lint_and_test:
    name: Lint + Test
    uses: ./.github/workflows/lint-and-test.yml