Skip to content

Commit

Permalink
feat: global function aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Nov 30, 2024
1 parent 84330f1 commit 01ec829
Show file tree
Hide file tree
Showing 18 changed files with 534 additions and 280 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,20 @@ jobs:
id-token: write # to enable use of OIDC for npm provenance
actions: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: 'lts/*'
cache: 'npm'

- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Test
run: |
npm run typecheck
Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/* eslint-disable n/no-extraneous-import */
/* eslint-disable @typescript-eslint/no-unsafe-argument */
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
// @ts-check

import eslint from '@eslint/js'
Expand Down
Loading

0 comments on commit 01ec829

Please sign in to comment.