Skip to content

Bump to 0.2.2-0

Bump to 0.2.2-0 #97

name: Pull request validation
on:
pull_request:
branches: [main]
workflow_dispatch: {}
jobs:
call-workflow:
strategy:
matrix:
switch: [current]
uses: compulim/workflows/.github/workflows/pull-request-validation.yml@main
with:
package-name: iter-fest
skip-integration-test: false
switch: ${{ matrix.switch }}