Skip to content

Bump docker/login-action from 2 to 3 #46

Bump docker/login-action from 2 to 3

Bump docker/login-action from 2 to 3 #46

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn lint