Skip to content

Bump eslint-plugin-prettier from 3.4.1 to 4.2.1 in /e2e/electron #492

Bump eslint-plugin-prettier from 3.4.1 to 4.2.1 in /e2e/electron

Bump eslint-plugin-prettier from 3.4.1 to 4.2.1 in /e2e/electron #492

Workflow file for this run

name: Lint Dockerfile
on:
push:
branches:
- main
pull_request:
jobs:
lint-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3048,DL3025,DL3018