summaryrefslogtreecommitdiff
path: root/.github/workflows/check_misc.yml
blob: 8f32bd35a5e749338eb92c4093e95daedb0b25bf (plain)
1
2
3
4
5
6
7
8
9
10
11
name: Miscellaneous checks
on: [push, pull_request]

jobs:
  checks:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Check if C-sources are US-ASCII
        run: |
          ! grep -r -n '[^	 -~]' *.[chy] include internal win32/*.[ch]