Skip to content

Commit

Permalink
meta: disabled intellij inspections in github actions, they're fucked.
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Apr 18, 2024
1 parent 56a4d4e commit 9e1a0e9
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,24 @@ jobs:
# java-version: 17
# - uses: telenornorway/setup-intellij@v0
# - uses: telenornorway/action-intellij-format@v0
lint:
name: QA IntelliJ Lint
runs-on: ubuntu-latest
permissions:
packages: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- uses: telenornorway/setup-intellij@v0
- uses: telenornorway/action-intellij-inspect@v0
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ github.token }}

# IntelliJ Inspector is f*#$ed...
# lint:
# name: QA IntelliJ Lint
# runs-on: ubuntu-latest
# permissions:
# packages: read
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-java@v3
# with:
# distribution: temurin
# java-version: 17
# - uses: telenornorway/setup-intellij@v0
# - uses: telenornorway/action-intellij-inspect@v0
# env:
# GITHUB_ACTOR: ${{ github.actor }}
# GITHUB_TOKEN: ${{ github.token }}

test:
name: Tests
Expand Down

0 comments on commit 9e1a0e9

Please sign in to comment.