purescript-contrib / governance

Guidelines and resources for the PureScript Contributors organization
15 stars 3 forks source link

feat(ci): Add basic GitHub Action with build #28

Closed gillchristian closed 3 years ago

gillchristian commented 3 years ago

Closes #27

gillchristian commented 3 years ago

Could it be that it will not ~run~ add the action because I'm not a contributor to the project?

(cc) @thomashoneyman

UPDATE: I guess it's because PR is from a fork. But it did run on the fork and failed (https://github.com/gillchristian/governance/actions/runs/271315517). I'll take a look tomorrow

thomashoneyman commented 3 years ago

@gillchristian I believe you have a syntax error -- the pull_request key needs to be followed by branches: and/or tags: but you've gone straight to the wildcard pattern.

gillchristian commented 3 years ago

Should be working now https://github.com/gillchristian/governance/runs/1164216854 (pushed to main of my fork so it would run there)

thomashoneyman commented 3 years ago

Thanks!