Skip to content

Update plugin URL and add footnote in README #185

Update plugin URL and add footnote in README

Update plugin URL and add footnote in README #185

Workflow file for this run

name: Integration
on: push
jobs:
integration:
name: Run integration tests
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
- name: lint
run: yarn lint
- name: build
run: yarn build