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 96046bb commit 8ba8ef9Copy full SHA for 8ba8ef9
.github/workflows/lint.yml
@@ -1,8 +1,6 @@
1
name: Lint
2
3
on:
4
- push:
5
- branches: [ main ]
6
pull_request:
7
branches: [ main ]
8
.github/workflows/test.yml
@@ -1,21 +1,6 @@
name: Tests
- paths:
- - 'src/**'
- - 'styles/**'
9
- - 'package.json'
10
- - 'package-lock.json'
11
- - 'scripts/**'
12
- - 'rollup.config.cjs'
13
- - 'rollup-css.config.cjs'
14
- - 'rollup-tokens.config.cjs'
15
- - 'tsconfig.json'
16
- - 'postcss.config.js'
17
- - '.changeset/**'
18
- - '.github/workflows/**'
19
20
branches: [ main, security-fixes ]
21
paths:
0 commit comments