Skip to content

Fix build script by moving the source code to the src/ dir #6

Fix build script by moving the source code to the src/ dir

Fix build script by moving the source code to the src/ dir #6

Workflow file for this run

name: Main workflow
on:
push:
branches: [main]
permissions:
contents: write
jobs:
test:
uses: ./.github/workflows/test.yml
package:
uses: ./.github/workflows/package.yml
publish:
uses: ./.github/workflows/publish.yml
secrets:
PREFIX_API_KEY: ${{ secrets.PREFIX_API_KEY }}