mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
Chore: Tweak CI
This commit is contained in:
10
.github/actions/lint-check/action.yml
vendored
Normal file
10
.github/actions/lint-check/action.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Lint Check
|
||||
|
||||
description: "Check for lint errors"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Lint check
|
||||
run: nix develop -c just lint-check
|
||||
shell: bash
|
||||
14
.github/workflows/pipeline.yml
vendored
14
.github/workflows/pipeline.yml
vendored
@@ -50,20 +50,8 @@ jobs:
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: ./.github/actions/regenerate-protobufs
|
||||
|
||||
- uses: ./.github/actions/verify-clean
|
||||
with:
|
||||
step: regenerate-protobufs
|
||||
|
||||
- uses: ./.github/actions/format
|
||||
|
||||
- uses: ./.github/actions/verify-clean
|
||||
with:
|
||||
step: format
|
||||
|
||||
- uses: ./.github/actions/lint
|
||||
|
||||
- uses: ./.github/actions/verify-clean
|
||||
with:
|
||||
step: lint
|
||||
- uses: ./.github/actions/lint-check
|
||||
Reference in New Issue
Block a user