Update check-formatting.yml
This commit is contained in:
@@ -3,9 +3,10 @@ name: Check formatting
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
container: ubuntu:19.10
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ubuntu:19.10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: apt-get update
|
- name: apt-get update
|
||||||
|
|||||||
Reference in New Issue
Block a user