Skip to content

update to Antioch rent cap #202

update to Antioch rent cap

update to Antioch rent cap #202

Workflow file for this run

name: Main workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2.4.2
- name: Use Node.js 16
uses: actions/setup-node@v3.3.0
with:
node-version: 16
cache: 'npm'
- name: 🧰 Install dependencies
run: npm ci
- name: 📦 Build project
run: npm run build
- name: 🧹 Lint project
run: npm run lint
# - name: 🐛 Test project
# run: npm run test