mirror of
https://github.com/kremalicious/gatsby-redirect-from.git
synced 2025-01-03 10:25:01 +01:00
yaml syntax fix
This commit is contained in:
parent
25cbbe9e92
commit
037d69126d
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -12,11 +12,11 @@ jobs:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
node: ['14']
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
node: ['14']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user