Update check-formatting.yml

This commit is contained in:
pajlada
2019-11-02 12:18:18 +01:00
committed by GitHub
parent 28a1c7234e
commit 3aedd682a6
+3 -2
View File
@@ -3,9 +3,10 @@ name: Check formatting
on: [push]
jobs:
build:
container: ubuntu:19.10
runs-on: ubuntu-latest
container:
image: ubuntu:19.10
steps:
- name: apt-get update