Skip to content

Add gcc 15 and clang 21 to linux CI and update actions/checkout #621

Add gcc 15 and clang 21 to linux CI and update actions/checkout

Add gcc 15 and clang 21 to linux CI and update actions/checkout #621

Workflow file for this run

name: Static Analysis
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]