Skip to content

fix: adding dependency to package.json #78

fix: adding dependency to package.json

fix: adding dependency to package.json #78

Workflow file for this run

name: CI Workflows
on:
push:
branches: [master]
jobs:
test:
uses: ./.github/workflows/test.yml
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit