Check clang version #962
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check clang version | |
'on': | |
schedule: | |
- cron: 0 0 * * * | |
workflow_dispatch: null | |
jobs: | |
check_check_version: | |
name: Check clang version | |
runs-on: ubuntu-latest | |
container: tuxmake/x86_64_clang-nightly | |
steps: | |
- uses: actions/checkout@v4 | |
- name: parse-debian-clang.py --check | |
run: python3 scripts/parse-debian-clang.py --check |