Skip to content

[ci] gh actions: Drop Clang 13, 14; Update README - Supported compilers #1319

[ci] gh actions: Drop Clang 13, 14; Update README - Supported compilers

[ci] gh actions: Drop Clang 13, 14; Update README - Supported compilers #1319

Workflow file for this run

name: Lint
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: check
run: ./check.sh
shell: bash