Skip to content

Update version whiskeysockets/baileys to github version #23

Update version whiskeysockets/baileys to github version

Update version whiskeysockets/baileys to github version #23

Workflow file for this run

name: Check PR health
on: [pull_request]
jobs:
check-lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Install Node
uses: actions/[email protected]
with:
node-version: 18.x
- name: Install packages
run: yarn
- name: Check linting
run: yarn lint