Skip to content

1.3.2 show #/# in gallery when caption is hidden #147

1.3.2 show #/# in gallery when caption is hidden

1.3.2 show #/# in gallery when caption is hidden #147

Workflow file for this run

name: eslint
on:
push:
branches: [ master ]
paths-ignore:
- '.github/**' # this yml is also excluded so you need to re-run it explicitly if necessary
- .editorconfig
- LICENSE
- README.md
pull_request:
branches: [ master ]
paths-ignore:
- '.github/**' # this yml is also excluded so you need to re-run it explicitly if necessary
- .editorconfig
- LICENSE
- README.md
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install eslint
run: npm i eslint@7
- uses: stefanoeb/[email protected]