Bump @typescript-eslint/parser from 6.7.0 to 6.9.0 #314
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: cli tests | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
- dev | |
jobs: | |
build: | |
name: Build and test bin/ms with AL | |
runs-on: ubuntu-latest | |
steps: | |
- uses: 0xADE1A1DE/AssemblyLine@main | |
- name: Install dependencies | |
run: sudo apt install -y lcov python3 python3-pip nasm | |
- run: pip3 install plotly lcov_cobertura | |
- uses: actions/checkout@v3 | |
- name: C checks | |
run: make clean check | |