Skip to content

Handle free-plan notice by offering org re-authentication #7

Handle free-plan notice by offering org re-authentication

Handle free-plan notice by offering org re-authentication #7

Workflow file for this run

name: Validate
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Validate plugin
run: npm test