Skip to content

Commit 36ab759

Browse files
thenav56AdityaKhatri
authored andcommitted
fix: remove redundant environment usages in jobs
1 parent f18023b commit 36ab759

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
jobs:
2020
unused:
2121
name: Find unused things
22-
environment: 'test'
2322
runs-on: ubuntu-latest
2423
steps:
2524
- uses: actions/checkout@v4
@@ -42,7 +41,6 @@ jobs:
4241
run: pnpm generate:type && pnpm lint:unused
4342
lint-js:
4443
name: Lint JS
45-
environment: 'test'
4644
runs-on: ubuntu-latest
4745
steps:
4846
- uses: actions/checkout@v4
@@ -65,7 +63,6 @@ jobs:
6563
run: pnpm generate:type && pnpm lint:js
6664
css-lint:
6765
name: Lint CSS
68-
environment: 'test'
6966
runs-on: ubuntu-latest
7067
steps:
7168
- uses: actions/checkout@v4
@@ -86,7 +83,6 @@ jobs:
8683
run: pnpm lint:css
8784
typecheck:
8885
name: Typecheck
89-
environment: 'test'
9086
runs-on: ubuntu-latest
9187
steps:
9288
- uses: actions/checkout@v4
@@ -109,7 +105,6 @@ jobs:
109105
run: pnpm generate:type && pnpm typecheck
110106
build:
111107
name: Build
112-
environment: 'test'
113108
needs: [lint-js, css-lint, typecheck]
114109
runs-on: ubuntu-latest
115110
steps:

0 commit comments

Comments
 (0)