mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Update check-formatting.yml
This commit is contained in:
parent
28a1c7234e
commit
3aedd682a6
5
.github/workflows/check-formatting.yml
vendored
5
.github/workflows/check-formatting.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue