Skip to content

feat: cheqd explorer upgrade to v2 [web-cheqd] #2198

feat: cheqd explorer upgrade to v2 [web-cheqd]

feat: cheqd explorer upgrade to v2 [web-cheqd] #2198

Workflow file for this run

name: "Lint PR"
# Lint PR workflow runs linting over a single PR in order to make sure that the title respects
# the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.
# This workflow is run every time a PR is opened, edited or updated somehow.
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Run lint ✅
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}