Skip to content

Use cmake targets

Use cmake targets #6

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI C17++
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master and dev branches
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially
jobs:
clang-format:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Code formatting
run: |
cd $GITHUB_WORKSPACE
singularity exec /data.local2/kresan/debian10-apr22-v18.6.8-ucesb.sif $PWD/.clang-format-check.sh clang-format-8