Skip to content

NPQ - Adding post about capping funded spaces #160

NPQ - Adding post about capping funded spaces

NPQ - Adding post about capping funded spaces #160

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
code_style:
name: JavaScript code style
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Javascript Standard Style check
run: npm test