Skip to content

Enhance password visibility toggle functionality in authentication form #10

Enhance password visibility toggle functionality in authentication form

Enhance password visibility toggle functionality in authentication form #10

Workflow file for this run

---
name: Lint
permissions:
contents: read
packages: read
statuses: write
on:
push:
branches:
- main
- master
pull_request: null
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
FILTER_REGEX_EXCLUDE: '(.devcontainer/Dockerfile|.github/pull_request_template.md|.github/ISSUE_TEMPLATE/*.md)'
VALIDATE_TYPESCRIPT_STANDARD: false