Skip to content

Commit

Permalink
CI: lint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
be32826 committed Aug 17, 2024
1 parent c16fd74 commit 0bfb275
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
${{ runner.os }}-kernel-build-${{ matrix.kernel_version }}-
${{ runner.os }}-kernel-build-
- name: Lint configs
run: ./build.sh --targets ${{ matrix.target }} --versions ${{ matrix.version }} --config-only

- name: Build Kernel for ${{ matrix.target }}
run: ./build.sh --targets ${{ matrix.target }} --versions ${{ matrix.version }}

Expand Down

0 comments on commit 0bfb275

Please sign in to comment.