Skip to content

Merge pull request #116 from w0rm/faster-rotate #22

Merge pull request #116 from w0rm/faster-rotate

Merge pull request #116 from w0rm/faster-rotate #22

Workflow file for this run

name: GitHub Pages
on:
push:
branches: [main]
jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git config --global user.name "Andrey Kuzmin"
- run: git config --global user.email "[email protected]"
- uses: actions/setup-node@v1
with:
node-version: "12"
- uses: actions/cache@v2
with:
path: |
~/.npm
~/.elm
elm-stuff
key: ${{ runner.os }}-cache
- run: npm install -g [email protected] [email protected] [email protected] [email protected]
- run: elm-format --validate .
- run: elm-review
- run: elm-test
- uses: actions/checkout@v2
with:
path: gh-pages
ref: gh-pages
- run: ./scripts/gh-pages.sh