Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicManiac committed Dec 6, 2023
1 parent ed7de60 commit 1aa4084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build & Test

on:
on:
# Trigger on pushes to the main branch
push:
branches: [ master ]
# Trigger on any pull request
pull_request:
pull_request:

jobs:
pre-commit:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Run xUnit tests
run: dotnet test -p:EnableInstallers=false --collect:"XPlat Code Coverage"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 1aa4084

Please sign in to comment.