Skip to content

GHO-3751 I've got a fever, and the only prescription is more cowbell! #166

GHO-3751 I've got a fever, and the only prescription is more cowbell!

GHO-3751 I've got a fever, and the only prescription is more cowbell! #166

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