Jeroen de Bruijn
da65807671
ci: run npm ci to install and ignore scripts
...
`npm ci` is meant to be used in CI environments and the scripts are ignored to prevent e.g. Husky
from being installed in the CI environment. See https://docs.npmjs.com/cli/v7/commands/npm-ci .
2021-02-25 18:55:46 +01:00
Wagner Santos
574a6716ee
ci: add eslint check to CI workflow
2021-02-18 14:43:27 -03:00
Wagner Santos
4797b1f41b
Merge pull request #78 from wagoid/dependabot/github_actions/actions/setup-node-v2.1.4
...
chore(deps): bump actions/setup-node from v1 to v2.1.4
2021-02-17 10:26:30 -03:00
dependabot[bot]
b36ff6e7ea
chore(deps): bump actions/setup-node from v1 to v2.1.4
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from v1 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v1...c46424eee26de4078d34105d3de3cc4992202b1e )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 09:20:39 +00:00
dependabot[bot]
3317cfd7fc
chore(deps): bump actions/cache from v2 to v2.1.4
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 09:20:35 +00:00
Wagner Santos
072351755b
ci: replace set-env calls with $GITHUB_ENV file
...
Due to security reasons, ::set-env command doesn't work anymore. The new method of
updating env vars dynamically is through the $GITHUB_ENV file.
2020-11-21 06:32:32 -03:00
Wagner Santos
a70da87c5c
ci: fix changelog not being populated during release
...
Fixes #54
2020-09-14 08:56:46 -03:00
Wagner Santos
7dc04121c2
ci: cache npm dependencies on CI
2020-08-22 06:50:33 -03:00
Wagner Santos
7ccafb1f5f
ci: add release job
2020-08-22 06:50:29 -03:00
Wagner Santos
2f14e0504a
ci: use node 12 when running tests
2020-07-03 15:56:43 -03:00
Wagner Santos
341b9514fa
docs: update usage to explain how to use it with actions/checkout@v2
2020-01-05 06:55:27 -03:00
Wagner Santos
c8ff3dcea8
test: show coverage in CI tests
2019-12-09 20:29:48 -03:00
Wagner Santos
eac721a186
test: add tests for the action
2019-12-09 20:12:53 -03:00