fix(CI): workflow updates (#6439)

This commit is contained in:
Patrick Lewis
2021-06-20 04:09:42 -07:00
committed by GitHub
parent ff5e4570dc
commit 6be8fa2c73
6 changed files with 21 additions and 15 deletions

View File

@@ -6,7 +6,9 @@ jobs:
check-codestyle:
strategy:
fail-fast: false
runs-on: ubuntu-20.04
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
name: check codestyle
steps:
- uses: actions/checkout@v2