We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7df08 commit 1355590Copy full SHA for 1355590
.github/workflows/lint.yaml
@@ -86,4 +86,4 @@ jobs:
86
run: pnpm install
87
88
- name: Check for unused things
89
- run: pnpm run knip
+ run: pnpm run lint:knip
.github/workflows/tests.yaml
@@ -2,13 +2,27 @@
2
name: Tests
3
4
on:
5
+ push:
6
+ branches:
7
+ - master
8
+ paths:
9
+ - ".github/workflows/tests.yaml"
10
+ - "packages/**"
11
+ - "!packages/directory/**"
12
+ - "!packages/codemod/**"
13
+ - "scripts/**"
14
+ pull_request:
15
16
17
18
19
20
21
workflow_dispatch:
22
inputs:
23
all_versions:
24
description: Run tests against all versions
25
type: boolean
- push:
- pull_request:
26
27
permissions:
28
# AWS
0 commit comments