Skip to content

fix(occara): correctly specify the c++ std version #17

fix(occara): correctly specify the c++ std version

fix(occara): correctly specify the c++ std version #17

Workflow file for this run

name: Lint Pull Request
on:
pull_request:
permissions:
pull-requests: read
jobs:
main:
name: Block Autosquash Commits
runs-on: ubuntu-latest
steps:
- name: Block Autosquash Commits
uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}