Skip to content

Add 'Reformat with scalafmt 3.7.17' to .git-blame-ignore-revs #81

Add 'Reformat with scalafmt 3.7.17' to .git-blame-ignore-revs

Add 'Reformat with scalafmt 3.7.17' to .git-blame-ignore-revs #81

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install && npm run build
- name: Publish gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist