Skip to content

disallow new sign ups #110

disallow new sign ups

disallow new sign ups #110

Workflow file for this run

name: Lint
on: ["push"]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install npm
uses: bahmutov/[email protected]
- name: Lint
run: npm run lint