Skip to content

refactor(style): replace keyframes hack with steps #3

refactor(style): replace keyframes hack with steps

refactor(style): replace keyframes hack with steps #3

Workflow file for this run

name: Check
on:
push:
branches:
- main
paths:
- Makefile
- elm.json
- package.json
- pnpm-lock.yaml
- 'src/**'
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- name: Setup Elm
uses: mpizenberg/[email protected]
with:
cache-key: elm-home-${{ hashFiles('elm-tooling.json', 'elm.json') }}
- run: make --always-make check