Skip to content

Conversation

@JordanMartinez
Copy link
Contributor

spago.dhall Outdated
Comment on lines 1 to 4
{-
Welcome to a Spago project!
You can edit this file as you like.
-}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we remove this comment?

name: CI

on: push
on: [push, pull_request]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
branches: [master]

spago.dhall Outdated
Comment on lines 1 to 4
{-
Welcome to a Spago project!
You can edit this file as you like.
-}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{-
Welcome to a Spago project!
You can edit this file as you like.
-}

spago.dhall Outdated
{ name = "web-cssom"
, dependencies = [ "web-dom", "web-html", "psci-support" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
, sources = [ "src/**/*.purs" ]

We can either trim the sources or add a dummy test.

@thomashoneyman
Copy link
Contributor

@JordanMartinez looks like this library was missed when updating them all to 0.14.0-rc3 with Bower.

@JordanMartinez
Copy link
Contributor Author

@thomashoneyman Thanks. I've updated my PR to use bower rather than Spago

@JordanMartinez
Copy link
Contributor Author

CI builds

@thomashoneyman thomashoneyman merged commit 29c736f into purescript-web:master Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants