feat: separate future and expired checks #72
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Unit tests | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize, assigned, review_requested] | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
vet-and-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Test and vet application | |
uses: ./.github/actions/vet-test |