Skip to content

chore: Change API to temporary url (#6) #26

chore: Change API to temporary url (#6)

chore: Change API to temporary url (#6) #26

Workflow file for this run

# Trigger the workflow on pull requests and pushes to the main branch
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: "package.json"
cache: "npm"
- name: Install npm dependencies
run: npm ci
- name: lint
run: npm run lint