Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Run test in github actions #275

Merged
merged 1 commit into from
Dec 5, 2020
Merged

Run test in github actions #275

merged 1 commit into from
Dec 5, 2020

Conversation

bassochette
Copy link
Contributor

@bassochette bassochette commented Dec 4, 2020

Changes:

Add two Github action pipelines:

  • CodeQl analysis: A tool from Github to scan for security flaws
  • Test: Run npm test against node 10 to 15

Both pipeline run on ubuntu-latest.
They are configured to run for every PR against master and every commits on master.

I did not remove travis config.
You can check actions on my fork https://github.com/Webeleon/image-webpack-loader/actions

close #260

@tcoopman
Copy link
Owner

tcoopman commented Dec 5, 2020

Thanks, going to merge this so we can get some experience with it. Especially the code quality is something I’m not sure about. But I’m willing to check it out.

Afterwards we can maybe add a badge to the readme and remove the old pipeline

@tcoopman tcoopman merged commit 00bbc79 into tcoopman:master Dec 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upgrade test to github actions
2 participants