This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
fix: new release package flow #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
workflow_dispatch: | |
pull_request: | |
name: 'Pull Request' | |
jobs: | |
tests: | |
name: 'Lint and Tests' | |
uses: ./.github/workflows/tests.yml |