We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea09c55 commit 70a3845Copy full SHA for 70a3845
1 file changed
.github/workflows/lint-to-the-future.yml
@@ -5,13 +5,15 @@ on:
5
branches:
6
- master
7
- main
8
+ - test-lttf-update # todo remove this before merging
9
10
jobs:
11
deploy:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
- - uses: mansona/lttf-dashboard@v1
15
+ - uses: pnpm/action-setup@v4
16
+ - uses: mansona/lttf-dashboard@previous-results-git
17
with:
18
folder: '/lint-to-the-future'
19
token: ${{secrets.GITHUB_TOKEN}}
0 commit comments