Skip to content

Commit d4520da

Browse files
committed
use new lint-to-the-future dashboard action
1 parent ae46f03 commit d4520da

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/gh-pages.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
name: github pages
1+
name: Lint to the Future Dashboard
22

33
on:
44
push:
55
branches:
66
- master
7+
- main
78

89
jobs:
910
deploy:
10-
uses: mansona/lint-to-the-future-dashboard-action/.github/workflows/dashboard.yml@main
11-
with:
12-
folder: ''
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: mansona/lttf-dashboard@v1
15+
with:
16+
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)