Skip to content

yankeeinlondon/gha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHA

Github actions for library authors

Reusable Workflows

JS/TS Centric

  1. test
    • runs unit tests in a repository which has a "test" script in the package.json
    • runs linter in a repository which has a "lint" script in the package.json
  2. publish - releases to NPM if the appropriate conditions are met

Rust Centric

  • TBD

About

a reusable Github workflow that publishes to NPM

Resources

License

Stars

Watchers

Forks

Packages

No packages published