Skip to content

fix(deps): bump docker/login-action from 2 to 3 #2941

fix(deps): bump docker/login-action from 2 to 3

fix(deps): bump docker/login-action from 2 to 3 #2941

Workflow file for this run

name: ESLint
on:
push:
branches: [dev]
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Install node v16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install modules
run: yarn install
- name: Run ESLint
run: yarn run lint:check