Skip to content

Bump @babel/traverse from 7.23.0 to 7.23.2 #246

Bump @babel/traverse from 7.23.0 to 7.23.2

Bump @babel/traverse from 7.23.0 to 7.23.2 #246

Workflow file for this run

name: Check Linting has been applied
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: |-
npm install
- name: Run prettier
run: |-
npx prettier --config .prettierrc --check .
- name: Run eslint
run: |-
npm run eslint
- name: Run markdownlint
run: |-
npm run markdownlint