Skip to content

Commit

Permalink
Merge pull request #185 from lidofinance/feature/sre-698-checks-consi…
Browse files Browse the repository at this point in the history
…stency

Move lido linters to checks.yml
  • Loading branch information
br3d authored Oct 24, 2023
2 parents da28ba6 + 6034bd3 commit d5a4d67
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 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
12 changes: 0 additions & 12 deletions .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,3 @@ jobs:
WEB3_RPC_ENDPOINTS: http://127.0.0.1:8545
DEPOSIT_CONTRACT: "0xff50ed3d0ec03aC01D4C79aAd74928BFF48a7b2b"
LIDO_LOCATOR: "0x1eDf09b5023DC86737b59dE68a8130De878984f5"

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 d5a4d67

Please sign in to comment.