Skip to content

[ci] gh actions: Replace Clang 15 on Ubuntu for macOS (Ubuntu seems t… #1320

[ci] gh actions: Replace Clang 15 on Ubuntu for macOS (Ubuntu seems t…

[ci] gh actions: Replace Clang 15 on Ubuntu for macOS (Ubuntu seems t… #1320

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