Skip to content

Bump @babel/runtime-corejs3 from 7.23.2 to 7.26.10 #878

Bump @babel/runtime-corejs3 from 7.23.2 to 7.26.10

Bump @babel/runtime-corejs3 from 7.23.2 to 7.26.10 #878

Workflow file for this run

name: Linters
on: [pull_request]
jobs:
eslint:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
corepack enable
yarn install
- name: eslint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review