Skip to content

Remove second-stage GitHub actions depending on actions/setup #2356

Remove second-stage GitHub actions depending on actions/setup

Remove second-stage GitHub actions depending on actions/setup #2356

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./.github/actions/setup
- run: make lint