Skip to content

download: Edit correct CMake 3.0 desktop file #87

download: Edit correct CMake 3.0 desktop file

download: Edit correct CMake 3.0 desktop file #87

Workflow file for this run

name: Format Check
on: [push, pull_request]
jobs:
code-format:
runs-on: ubuntu-latest
name: Format Check
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: npm ci
- name: Check Format
run: npm run check-format