Skip to content

add lint-to-the-future dashboard #2

add lint-to-the-future dashboard

add lint-to-the-future dashboard #2

Workflow file for this run

name: Lint to the Future Dashboard
on:
push:
branches:
- master
- main
pull_request: {} #TODO remove before merging
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: mansona/lttf-dashboard@v1
with:
token: ${{secrets.GITHUB_TOKEN}}