Skip to content

chore(PI-5921): update default API endpoint to be api.nowsecure.com (… #231

chore(PI-5921): update default API endpoint to be api.nowsecure.com (…

chore(PI-5921): update default API endpoint to be api.nowsecure.com (… #231

Workflow file for this run

---
name: Lint
on:
pull_request:
push:
branches: ["main"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.5.0
with:
files: .
ignore_files: docs/*
config_file: .markdownlint.yml
dot: true
- name: typos-action spellchecker
uses: crate-ci/typos@v1.42.1
- name: yamllint
uses: ibiqlik/action-yamllint@v3