Skip to content

FDG-10015 Interest Expense Insight - Adjust year axis on chart to show every 2/4 years #486

FDG-10015 Interest Expense Insight - Adjust year axis on chart to show every 2/4 years

FDG-10015 Interest Expense Insight - Adjust year axis on chart to show every 2/4 years #486

Workflow file for this run

name: Bearer PR Check
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
rule_check:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-setup@v1
with:
reviewdog_version: latest
- name: Bearer
uses: bearer/bearer-action@v2
with:
format: rdjson
output: rd.json
diff: true
- name: Run reviewdog
if: always()
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
run: |
cat rd.json | reviewdog -f=rdjson -reporter=github-pr-review