Skip to content

Commit

Permalink
use new lint-to-the-future dashboard action
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jan 26, 2024
1 parent ae46f03 commit d4520da
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: github pages
name: Lint to the Future Dashboard

on:
push:
branches:
- master
- main

jobs:
deploy:
uses: mansona/lint-to-the-future-dashboard-action/.github/workflows/dashboard.yml@main
with:
folder: ''
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mansona/lttf-dashboard@v1
with:
token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit d4520da

Please sign in to comment.