Skip to content

Commit

Permalink
[Chore] Build 'nixfmt-webdemo' in CI
Browse files Browse the repository at this point in the history
Just to be sure that it's also can be built, i.e. there are no missing
files or incorrect 'closure-compiler' options.
  • Loading branch information
rvem committed Sep 13, 2024
1 parent 51df936 commit f99df48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: build nixfmt-js
run: nix build .#nixfmt-js

- name: build webdemo
run: nix build .#nixfmt-webdemo

deploy:
runs-on: [self-hosted, nix]
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit f99df48

Please sign in to comment.