Skip to content

Bump @babel/types from 7.25.7 to 7.25.8 #216

Bump @babel/types from 7.25.7 to 7.25.8

Bump @babel/types from 7.25.7 to 7.25.8 #216

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
- name: Clean NPM install
run: npm clean-install
- name: Check with prettier
run: npm run check-prettier