Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Bump eslint-plugin-prettier from 3.1.3 to 5.1.3 #44

Bump eslint-plugin-prettier from 3.1.3 to 5.1.3

Bump eslint-plugin-prettier from 3.1.3 to 5.1.3 #44

Workflow file for this run

name: Continuous integration
on: [pull_request, push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
- name: Create npm configuration
run: echo "//npm.pkg.github.com/:_authToken=${token}" >> ~/.npmrc
env:
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test