Skip to content

chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.8 #1851

chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.8

chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.8 #1851

Workflow file for this run

name: ESLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn && yarn install-client
- name: Run lint script
run: yarn lint