Skip to content

Build portable in CI and automatically create a release (#228) #470

Build portable in CI and automatically create a release (#228)

Build portable in CI and automatically create a release (#228) #470

---
name: Check formatting
on:
push:
branches:
- chatterino7
pull_request:
merge_group:
concurrency:
group: check-formatting-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: apt-get update
run: sudo apt-get update
- name: Install clang-format
run: sudo apt-get -y install clang-format dos2unix
- name: Check formatting
run: ./tools/check-format.sh
- name: Check line-endings
run: ./tools/check-line-endings.sh