Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #23

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #23

Workflow file for this run

name: Style
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install clang-format
run: |
sudo apt update
sudo apt install -y clang-format
- name: configure
run: cmake -B build -S test
- name: check style
run: cmake --build build --target check-format