Skip to content

Merge pull request #101 from HiDeoo/hd-fix-build #191

Merge pull request #101 from HiDeoo/hd-fix-build

Merge pull request #101 from HiDeoo/hd-fix-build #191

Workflow file for this run

name: integration
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
node-version: '18'
- name: Install dependencies
run: yarn
- name: Lint code
run: yarn run lint