Conversation
f7a4479 to
3f7b12c
Compare
Codecov Report
@@ Coverage Diff @@
## master #1055 +/- ##
=======================================
Coverage 95.64% 95.64%
=======================================
Files 35 35
Lines 1332 1332
=======================================
Hits 1274 1274
Misses 58 58 Continue to review full report at Codecov.
|
No change to logic. This is an attempt to set up GitHub Actions as CI for ShellJS. This is mostly copied from execa: https://github.com/sindresorhus/execa/blob/main/.github/workflows/main.yml Fixes #1054
3f7b12c to
a15847b
Compare
nfischer
added a commit
to shelljs/shx
that referenced
this pull request
Dec 1, 2021
No change to logic. This switches to GitHub Actions based on shelljs/shelljs#1055.
nfischer
added a commit
to shelljs/shx
that referenced
this pull request
Dec 1, 2021
No change to logic. This switches to GitHub Actions based on shelljs/shelljs#1055.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No change to logic. This is an attempt to set up GitHub Actions as CI
for ShellJS.
This is mostly copied from execa:
https://github.com/sindresorhus/execa/blob/main/.github/workflows/main.yml
Fixes #1054