Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Add data_path to nuclio payload #12

Add data_path to nuclio payload

Add data_path to nuclio payload #12

Workflow file for this run

name: ESLint
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install dependencies
run: |
yarn install --frozen-lockfile
(cd tests && yarn install --frozen-lockfile)
- name: Run checks
run: |
echo "ESLint version: "$(yarn run -s eslint --version)
yarn run eslint .