Skip to content

Development

Development #164

Workflow file for this run

name: Building
on:
pull_request: {}
jobs:
prettier:
name: "Build Dry Run"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup
uses: ./.github/actions/setup
with:
node_auth_token: "${{ secrets.NODE_AUTH_TOKEN_GITHUB || secrets.GITHUB_TOKEN }}"
- name: Build
run: |
npm run build