Skip to content

Commit e405462

Browse files
authored
Update lint.yml (#119)
1 parent abee643 commit e405462

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818

19+
- name: Start FastCI Optimization
20+
uses: jfrog-fastci/fastci@main
21+
with:
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
fastci_otel_token: ${{ secrets.FASTCI_TOKEN }}
24+
1925
- name: Setup Node
2026
uses: actions/setup-node@v3
2127
with:

0 commit comments

Comments
 (0)