Skip to content

feat: add taxable column for billing #3

feat: add taxable column for billing

feat: add taxable column for billing #3

Workflow file for this run

name: 'Danger JS'
on: [pull_request]
jobs:
build:
name: Danger JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Danger
uses: danger/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}