Skip to content

Prevents failing when missing permissions for non-essential feature s… #225

Prevents failing when missing permissions for non-essential feature s…

Prevents failing when missing permissions for non-essential feature s… #225

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-node@v4
with:
node-version: 18.17.0
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build