Skip to content

Commit

Permalink
Add lint before build
Browse files Browse the repository at this point in the history
Add lint before build
  • Loading branch information
MinyazevR authored Jul 22, 2024
1 parent 48c41fc commit 806b79d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ on:
workflow_dispatch:

jobs:
lint:
uses: ./.github/workflows/setup_environment.yml
with:
os: ubuntu-latest
lint: true
build: false
build_installer: false
build:
needs: lint
runs-on: ubuntu-latest
container: rockylinux:9
defaults:
Expand Down

0 comments on commit 806b79d

Please sign in to comment.