Merge branch 'post-09' into post-10

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 }}
timeout-minutes: 15
steps:
- name: "Checkout Repository"
@@ -82,6 +83,7 @@ jobs:
check_formatting:
name: "Check Formatting"
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v1
- run: rustup component add rustfmt