Skip to content

Refactor: Clean parser and divide on several files to quep clean the … #123

Refactor: Clean parser and divide on several files to quep clean the …

Refactor: Clean parser and divide on several files to quep clean the … #123

Workflow file for this run

name: pipeline
on:
push:
branches: [ main ]
tags: [ "v*" ]
pull_request:
branches: [ main ]
jobs:
native:
uses: ./.github/workflows/native.yml
secrets: inherit
wasm:
uses: ./.github/workflows/wasm.yml
secrets: inherit