Skip to content

feat: add cortex.yaml for plugin #5

feat: add cortex.yaml for plugin

feat: add cortex.yaml for plugin #5

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