Skip to content

fix: make end of telegram char optional #96

fix: make end of telegram char optional

fix: make end of telegram char optional #96

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
branches:
- master
- develop
- production
- testing
pull_request:
jobs:
lint:
name: Lint
runs-on: buildjet-2vcpu-ubuntu-2204-arm
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
with:
node-version-file: '.nvmrc'
registry-url: 'https://npm.pkg.github.com'
- name: Lint
run: |
npm ci --ignore-scripts --audit=false
npm run lint
env:
NODE_AUTH_TOKEN: ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}