Skip to content

Merge branch 'master' of https://github.com/eshsrobotics/vex #2

Merge branch 'master' of https://github.com/eshsrobotics/vex

Merge branch 'master' of https://github.com/eshsrobotics/vex #2

Workflow file for this run

name: Team A lint
on:
push:
branches:
- 'master'
paths:
- '2024/prototype/intake_mechanisms/**'
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install ClangFormat
run: sudo apt-get install -y clang-format
- name: Run linters
uses: wearerequired/lint-action@v2
with:
clang_format: true