Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

elm make on ci #33

Merged
merged 2 commits into from
Feb 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint
name: ci

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ defaults:
shell: nu {0}

jobs:
format:
ci:
runs-on: ubuntu-latest
steps:
- uses: hustcer/setup-nu@v3.9
Expand All @@ -30,3 +30,5 @@ jobs:
run: npm install
- name: check format with prettier
run: npm run format-check
- name: elm make on example
run: cd example; npx elm make src/Main.elm --output=/dev/null
Loading