Skip to content

Bump form-data from 3.0.1 to 3.0.4 in the npm_and_yarn group across 1 directory #171

Bump form-data from 3.0.1 to 3.0.4 in the npm_and_yarn group across 1 directory

Bump form-data from 3.0.1 to 3.0.4 in the npm_and_yarn group across 1 directory #171

Workflow file for this run

name: Linting Check for commits
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
Continuous-Integration:
name: Performs linting on the application
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- name: Run lint check
run: npm run lint