Skip to content

fix(no-sync): resolve full typed names for ignores #1261

fix(no-sync): resolve full typed names for ignores

fix(no-sync): resolve full typed names for ignores #1261

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: 0 0 * * 0
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20.19.6'
- run: npm --version
- run: npm ci
- run: npm run -s lint
- run: npm run -s test:types
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20.19.6'
- run: npm --version
- run: npm ci
- name: Test
run: npm run -s test:tests