Skip to content

ci: use reusable workflows in hasundue/actions #1

ci: use reusable workflows in hasundue/actions

ci: use reusable workflows in hasundue/actions #1

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
test:
name: Test
uses: hasundue/actions/.github/workflows/test-deno.yml@main
secrets: inherit
release:
name: Create PR for release
needs: test
uses: hasundue/actions@main/.github/workflows/release.yml@main

Check failure on line 21 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

invalid value workflow reference: too many '@' in workflow reference
with:
package-name: 'molt'