Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /frontend #238

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /frontend

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /frontend #238

Workflow file for this run

name: JS Lint
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make lint-js