Skip to content

Commit 4465d00

Browse files
committed
uncommenting lines for PR workflow
1 parent 2c5fbce commit 4465d00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ permissions:
1313
actions: read
1414

1515
jobs:
16-
# build-image:
17-
# uses: ./.github/workflows/build-image.yml
16+
build-image:
17+
uses: ./.github/workflows/build-image.yml
1818

19-
# lint-format:
20-
# uses: ./.github/workflows/lint-format.yml
21-
# needs: build-image
19+
lint-format:
20+
uses: ./.github/workflows/lint-format.yml
21+
needs: build-image
2222

2323
unit-sec-scan:
2424
uses: ./.github/workflows/unit-sec-test.yml
25-
#needs: lint-format
25+
needs: lint-format

0 commit comments

Comments
 (0)