Skip to content

Bump path-to-regexp and express in /functions #503

Bump path-to-regexp and express in /functions

Bump path-to-regexp and express in /functions #503

Workflow file for this run

name: JavaScript Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint with ESLint
uses: hallee/eslint-action@1.0.3
with:
repo-token: ${{secrets.GITHUB_TOKEN}}