Skip to content

Commit

Permalink
Merge pull request #1253 from miguelcobain/lttf-dashboard-update
Browse files Browse the repository at this point in the history
update lttf dashbaord
  • Loading branch information
mansona authored Oct 1, 2024
2 parents 111be6b + 3920cae commit f68442e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/lint-to-the-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ name: Lint to the Future Dashboard
on:
push:
branches:
- main
- master
- main

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

0 comments on commit f68442e

Please sign in to comment.