Skip to content

Commit 4274d89

Browse files
committed
build: uncomment running lint on release
1 parent 0ceea45 commit 4274d89

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ jobs:
4545
run: yarn install --immutable
4646
- name: Build local packages
4747
run: yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run build
48-
# TODO: Uncomment when code formatting is fixed in eui-theme-common and eui-theme-borealis
49-
# This is prepared in the upstream/build/gh-release-action branch
50-
# - name: Lint
51-
# run: yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run lint
48+
- name: Lint
49+
run: yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run lint
5250
- name: Unit tests
5351
run: yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run test-unit
5452
cypress_tests:

0 commit comments

Comments
 (0)