Skip to content

build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 #339

build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1

build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 #339

Workflow file for this run

name: Build Checks
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Environment
uses: ./.github/actions/setup