fix: Adds migration checks to CICD, updates dependencies, adds Fedora 37, alpine 3.17 support (#1309)

- [X] Automatically collapses migration files in github PRs.
- [X] CI/CD now checks to see if migrations are missing or modified.
- [X] Updates dependencies
- [X] Adds Fedora 37, Alpine 3.17 support
This commit is contained in:
Kamron Batman 2022-12-22 12:12:47 -08:00 committed by GitHub
parent 75d8a5147c
commit 94199f1186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 31 additions and 21 deletions

View file

@ -16,8 +16,8 @@ jobs:
token: ${{ secrets.WORKFLOW_TOKEN }}
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.100
with
dotnet-version: 7.0.101
- name: Install NGBV
uses: dotnet/nbgv@master
id: nbgv