Skip to content

Add search by tag via tag click #169

Add search by tag via tag click

Add search by tag via tag click #169

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