ci: add env variables to workflows

This commit is contained in:
cedoor
2022-11-18 16:13:51 +01:00
parent 8f269ecafc
commit 2ec07b4b99
2 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ on:
branches:
- main
env:
TREE_DEPTH: 20
ALL_SNARK_ARTIFACTS: false
jobs:
style:
runs-on: ubuntu-latest

View File

@@ -3,6 +3,10 @@ name: pull-requests
on:
pull_request:
env:
TREE_DEPTH: 20
ALL_SNARK_ARTIFACTS: false
jobs:
style:
runs-on: ubuntu-latest