We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 111be6b + 3920cae commit f68442eCopy full SHA for f68442e
.github/workflows/lint-to-the-future.yml
@@ -3,9 +3,15 @@ name: Lint to the Future Dashboard
3
on:
4
push:
5
branches:
6
- - main
7
- master
+ - main
8
9
jobs:
10
deploy:
11
- uses: mansona/lint-to-the-future-dashboard-action/.github/workflows/dashboard.yml@main
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ - uses: mansona/lttf-dashboard@v1
15
+ with:
16
+ folder: '/lint-to-the-future'
17
+ token: ${{secrets.GITHUB_TOKEN}}
0 commit comments