Skip to content

Commit

Permalink
temporarily bypass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Nov 14, 2024
1 parent efcc379 commit e3ee311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ 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: 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 e3ee311

Please sign in to comment.