We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41feac commit de7f5e0Copy full SHA for de7f5e0
.github/workflows/cfformat.yml
@@ -22,7 +22,7 @@ jobs:
22
# Format PR
23
format:
24
name: Format
25
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
26
steps:
27
- name: Checkout Repository
28
uses: actions/checkout@v2
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
build:
name: Build & Publish
needs: tests
29
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ on: workflow_call
6
jobs:
7
tests:
8
name: Tests
9
10
strategy:
11
fail-fast: false
12
matrix:
0 commit comments