fix: prepared lint workflow for external contributors
This commit is contained in:
19
.github/workflows/ci-test.yaml
vendored
19
.github/workflows/ci-test.yaml
vendored
@@ -1,19 +0,0 @@
|
|||||||
name: Continuous Integration
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- fix/git-checkout-stage-fix
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
id-token: write
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
tests-and-lints:
|
|
||||||
uses: ./.github/workflows/tests-and-lints-template.yaml
|
|
||||||
secrets:
|
|
||||||
eth_rpc_url: ${{ secrets.ETH_RPC_URL }}
|
|
||||||
app_id: ${{ secrets.APP_ID }}
|
|
||||||
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user