Skip to content

fix(sync): 🐛 sync now uses the actual resource name #229

fix(sync): 🐛 sync now uses the actual resource name

fix(sync): 🐛 sync now uses the actual resource name #229

Workflow file for this run

name: CI (Lint)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Linting lint
run: pnpm run lint