Skip to content

Update actions for checks.yml #48

Update actions for checks.yml

Update actions for checks.yml #48

Workflow file for this run

name: checks
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: make
- name: Run
run: test -x bin/ql && (bin/ql || true)
vint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
pip install --upgrade pip
pip install vim-vint
- name: Run vint
run: vint .