Skip to content

Commit

Permalink
Move lido linters to checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptqa committed Oct 18, 2023
1 parent 7694eac commit 8c045aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Tests and Checks

on: push

jobs:
security:
uses: lidofinance/linters/.github/workflows/security.yml@master
permissions:
security-events: write
contents: read
docker:
uses: lidofinance/linters/.github/workflows/docker.yml@master
actions:
uses: lidofinance/linters/.github/workflows/actions.yml@master

0 comments on commit 8c045aa

Please sign in to comment.