Skip to content

Add the telegram channel link #4658

Add the telegram channel link

Add the telegram channel link #4658

Workflow file for this run

name: Lint Check
on:
pull_request:
branches: [main]
permissions: read-all
jobs:
cypress-run:
name: Test application
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout for testing
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
persist-credentials: false
- name: Use Node.js LTS version
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: lts/Iron
- name: Install Dependencies
run: npm ci
- name: Check lint
run: npm run lint