Skip to content

Commit 70a3845

Browse files
committed
test updated lttf dashboard action
1 parent ea09c55 commit 70a3845

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lint-to-the-future.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
branches:
66
- master
77
- main
8+
- test-lttf-update # todo remove this before merging
89

910
jobs:
1011
deploy:
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v4
14-
- uses: mansona/lttf-dashboard@v1
15+
- uses: pnpm/action-setup@v4
16+
- uses: mansona/lttf-dashboard@previous-results-git
1517
with:
1618
folder: '/lint-to-the-future'
1719
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)