Skip to content

Update landing page to use const vs var in the example #60

Update landing page to use const vs var in the example

Update landing page to use const vs var in the example #60

Workflow file for this run

name: Main
on:
push:
branches: [develop]
concurrency:
group: main-build
cancel-in-progress: true
jobs:
unit:
uses: ./.github/workflows/_unit.yml
fuzz:
uses: ./.github/workflows/_fuzz.yml
e2e:
uses: ./.github/workflows/_e2e.yml