Skip to content

Merge pull request #5 from roll-social-network/feat/improve-forms #31

Merge pull request #5 from roll-social-network/feat/improve-forms

Merge pull request #5 from roll-social-network/feat/improve-forms #31

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20.11.0
cache: npm
- name: Install dependencies
run: npm ci
- name: Run Lint
run: npm run lint