Skip to content

Commit cf559f7

Browse files
committed
Using v2 status check
1 parent 59a7541 commit cf559f7

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/status_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- uses: actions/setup-python@v2
1515
with:
1616
python-version: "3.7"
17-
- uses: ccdc-opensource/commit-hooks@composite_steps
17+
- uses: ccdc-opensource/commit-hooks@v2

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ on:
3131
branches: [ main ]
3232
jobs:
3333
Pull-request-files-check:
34-
runs-on: ${{ matrix.os }}
35-
strategy:
36-
matrix:
37-
os: [ ubuntu-latest, macos-latest, windows-latest]
34+
runs-on: ubuntu-latest
3835
steps:
3936
- uses: actions/checkout@v2
4037
with:

0 commit comments

Comments
 (0)