Skip to content

Bump prettier from 2.8.4 to 2.8.7 #80

Bump prettier from 2.8.4 to 2.8.7

Bump prettier from 2.8.4 to 2.8.7 #80

Workflow file for this run

name: "Coveralls"
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run coverage
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}