Skip to content

Bump lint-staged from 15.2.7 to 15.2.8 in the workflow-tools group #22

Bump lint-staged from 15.2.7 to 15.2.8 in the workflow-tools group

Bump lint-staged from 15.2.7 to 15.2.8 in the workflow-tools group #22

Workflow file for this run

name: Sjekk at koden bygger
on: pull_request
jobs:
build-application:
name: Build application
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
- name: Build application
run: npm run build:mock