Skip to content

[Cortex Scaffolder] Creating new service: confluence-plugin #149

[Cortex Scaffolder] Creating new service: confluence-plugin

[Cortex Scaffolder] Creating new service: confluence-plugin #149

Workflow file for this run

name: Lint and test
env:
GITHUB_PASSWORD: ${{secrets.GITHUB_TOKEN}}
on:
pull_request:
branches:
- master
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
yarn --frozen-lockfile
yarn lint
yarn test
yarn build