Skip to content

build(deps-dev): Bump eslint-config-prettier from 9.1.0 to 10.0.1 #438

build(deps-dev): Bump eslint-config-prettier from 9.1.0 to 10.0.1

build(deps-dev): Bump eslint-config-prettier from 9.1.0 to 10.0.1 #438

Workflow file for this run

name: ContinuousIntegration
on: [push]
jobs:
continuous-integration:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Installing dependencies
run: yarn
- name: Linting
run: yarn lint
env:
CI: true