Skip to content

Use shared GHA workflows #35

Use shared GHA workflows

Use shared GHA workflows #35

Workflow file for this run

name: "Pull Request"
on:
pull_request:
branches: [ master ]
env:
GH_WORKFLOWS: aeternity/github-actions/.github/workflows
jobs:
validate:
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@master
publish:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@master
needs: [ validate ]
secrets: inherit