Skip to content

Commit

Permalink
Remove the tlint CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Sep 26, 2024
1 parent 6763d34 commit 91b4104
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,6 @@ jobs:
mix deps.compile --warnings-as-errors
mix dialyzer --plt
tlint:
name: Lint checks
runs-on: ubuntu-20.04
container:
image: ghcr.io/trento-project/tlint:latest
volumes:
- ${{ github.workspace }}:/data
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run TLint
run: "/home/tlint/tlint lint -f /data/priv/catalog"

static-code-analysis:
name: Static Code Analysis
needs: [elixir-deps, api-bc-check]
Expand Down

0 comments on commit 91b4104

Please sign in to comment.