Skip to content

ExponentiaTeam/compositeActions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

compositeActions

Composite actions for CI

Current actions:

  • Cache for Yarn Install
  • Cache for Bundle Install

Example:

  rubocop:
    name: rubocop
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: ExponentiaTeam/compositeActions/bundleInstall@master
    - run: bundle exec rubocop

About

Composite actions for CI

Resources

License

Stars

Watchers

Forks

Packages

No packages published