Merge branch 'post-07' into post-08

This commit is contained in:
Philipp Oppermann
2019-09-11 10:32:57 +02:00

View File

@@ -24,6 +24,7 @@ jobs:
] ]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
timeout-minutes: 15
steps: steps:
- name: "Checkout Repository" - name: "Checkout Repository"
@@ -82,6 +83,7 @@ jobs:
check_formatting: check_formatting:
name: "Check Formatting" name: "Check Formatting"
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 2
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- run: rustup component add rustfmt - run: rustup component add rustfmt