Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oscard0m/octoherd-script-add-cache-to-node-github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: oscard0m/octoherd-script-add-cache-to-node-github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 4 commits
  • 33 files changed
  • 1 contributor

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    ac556ba View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. refactor(script): extract parser function in its own file for testing (

    …#12)
    
    * refactor(script): extract parser function in its own file for testing
    
    * test(yaml-parser): add foundations for testing yaml-parser
    
    * test(yaml-parser): add examples where the parser should modify the file
    
    * test(yaml-parser): add example where the parser should not modify the file
    oscard0m authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    bb97fdb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. feat(yaml-parser): replace bahmutov/npm-install for 'npm ci' if use…

    …s cache (#14)
    
    * feat(yaml-parser): replace bahmutov/npm-install for npm ci if uses cache
    
    * test(yaml-parser): add coverage for bahmutov/npm-install use case
    oscard0m committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    0cc5d83 View commit details
    Browse the repository at this point in the history
  2. feat(yaml-parser): remove actions/cache id path is ~/.npm

    * test(yaml-parser): add coverage for actions/cache remove step
    oscard0m committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    7ee88fa View commit details
    Browse the repository at this point in the history
Loading