Skip to content

Rename docker.yaml to docker.yml #221

Rename docker.yaml to docker.yml

Rename docker.yaml to docker.yml #221

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