Skip to content

Allow to protect shares by link with a password #65

Allow to protect shares by link with a password

Allow to protect shares by link with a password #65

Workflow file for this run

name: Lint js
on:
push:
branches:
- master
paths:
- 'scripts/eslintrc.json'
- 'scripts/package.json'
- '**.js'
pull_request:
paths:
- 'scripts/eslintrc.json'
- 'scripts/package.json'
- '**.js'
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Yarn install
run: |
cd ./scripts
yarn install
- name: Run eslint
run: make jslint