Skip to content

Bump semver from 7.7.0 to 7.7.1 in /shared (#58) #171

Bump semver from 7.7.0 to 7.7.1 in /shared (#58)

Bump semver from 7.7.0 to 7.7.1 in /shared (#58) #171

Workflow file for this run

name: Prettier
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
prettier:
name: Check for formatting issues
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20.1.x
uses: actions/setup-node@v4
with:
node-version: '20.1.x'
- name: NPM Install
run: npm install
- name: Prettier check
run: npm run format:check