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 15f6e45 commit b6ef8c5Copy full SHA for b6ef8c5
.github/workflows/ci.yml
@@ -24,7 +24,6 @@ jobs:
24
lint:
25
strategy:
26
matrix:
27
- node-version: [18.x]
28
os: [ubuntu-latest]
29
fail-fast: false
30
@@ -44,14 +43,13 @@ jobs:
44
43
run: cd storage/framework/stacks && bun run build
45
46
- name: Lint
47
- run: eslint .
+ run: bunx eslint .
48
49
typecheck:
50
runs-on: ${{ matrix.os }}
51
52
53
54
55
56
57
@@ -76,7 +74,6 @@ jobs:
76
74
77
75
78
79
80
81
82
@@ -108,7 +105,6 @@ jobs:
108
105
109
106
110
107
111
- node-version: [18]
112
113
steps:
114
- name: Checkout Code
0 commit comments