Skip to content

Bump @babel/cli from 7.22.5 to 7.25.6 #263

Bump @babel/cli from 7.22.5 to 7.25.6

Bump @babel/cli from 7.22.5 to 7.25.6 #263

Workflow file for this run

name: Checks
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
with:
persist-credentials: false
fetch-depth: 1
- name: NPM Install
run: npm install
- name: Build
run: npm run build
- name: Run Eslint
run: npm run checklint