Commit graph

7 commits

Author SHA1 Message Date
7610b3bef5 ci: install yarn for actions on forgejo (#2)
All checks were successful
CI / Lint (push) Successful in 29s
CI / Test Node (push) Successful in 31s
Conventional Tools Commitlint / Commitlint (push) Successful in 5s
Summary:

The forgejo action use act under the hood. The default image does not have yarn
installed so, this is installing it.

Test Plan:

CI

Reviewed By: AdeAttwood

Pull Request: #2
Co-authored-by: Ade Attwood <adrian.attwood@marketdojo.com>
Co-committed-by: Ade Attwood <adrian.attwood@marketdojo.com>
2024-09-17 07:13:34 +00:00
186c5754d7 ci: run tests on multiple node versions 2023-08-16 19:56:50 +01:00
fdd59c115d ci: add safe.directory to git config 2023-05-31 16:30:39 +01:00
e5fa389bdc chore: move to conventional-tools docker hub image 2023-05-31 16:23:26 +01:00
092985baf7 chore: update github actions
Update the node version to be consistent between the tests and
publishing.

Adds yarn cacheing to the setup-node action.

Adds a conditional action for the publishing so we don't publish a
release the release tagging fails.
2023-02-10 08:01:53 +00:00
462048fb12 ci: make the current directory safe for git
This is also done in actions/checkout but for some reason dose not work.
I think its got something to do with us using a container for the
action.
2023-01-09 17:31:08 +00:00
656ef25406 chore: setup actions 2022-10-24 19:57:12 +01:00