Skip to content

command and code action for extracting ink! event into standalone pac… #155

command and code action for extracting ink! event into standalone pac…

command and code action for extracting ink! event into standalone pac… #155

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
uses: ./.github/workflows/test.yaml
with:
os: ${{ matrix.os }}
secrets: inherit