Skip to content

🧪 Feat / custom receiver deploy #604

🧪 Feat / custom receiver deploy

🧪 Feat / custom receiver deploy #604

Workflow file for this run

name: Test - Linting
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, lint
run: |
yarn install
yarn lint
env:
CI: true