Skip to content

🐛 Don't add compileCommands to c_cpp_properties #167

🐛 Don't add compileCommands to c_cpp_properties

🐛 Don't add compileCommands to c_cpp_properties #167

Workflow file for this run

name: CI Checks
on: pull_request
jobs:
format_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check formatting with Prettier
uses: creyD/prettier_action@v4.3
with:
prettier_options: --check **/*.{js,ts,jsx,tsx,md,css,html}
prettier_version: 2.8.8
eslint_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint '**/*.{js,ts,js,ts}'