Skip to content

update foundation page to show 501c3 already applied for (#105) #216

update foundation page to show 501c3 already applied for (#105)

update foundation page to show 501c3 already applied for (#105) #216

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run textlint