From translator
to translators
in metadata
#180
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
name: Node `graphql` application | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- 'graphql/**' | |
- '.github/workflows/node*.yml' | |
pull_request: | |
paths: | |
- 'graphql/**' | |
- '.github/workflows/node*.yml' | |
jobs: | |
build: | |
uses: EcrituresNumeriques/stylo/.github/workflows/node.yml@master | |
with: | |
app-dir: graphql |