Files
chatterino2/.github/workflows/check-formatting.yml
2019-11-02 11:59:34 +01:00

18 lines
345 B
YAML

name: Check formatting
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Chatterino2 Docker check-format image
run: docker build . --file .docker/Dockerfile.check-format --tag chatterino2-check-format
- name: Check formatting
run: ./tools/check-format.sh