Skip to content

Bump @babel/types from 7.25.2 to 7.25.4 in /frontend/aashub (#24) #61

Bump @babel/types from 7.25.2 to 7.25.4 in /frontend/aashub (#24)

Bump @babel/types from 7.25.2 to 7.25.4 in /frontend/aashub (#24) #61

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- 'frontend/aashub/**'
push:
branches: [main]
paths:
- 'frontend/aashub/**'
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend/aashub
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install Dependencies
run: yarn install
- name: Run Linter
run: yarn lint:check