Skip to content

Commit

Permalink
Merge pull request open-telemetry#159 from rezakrimi/lint-action
Browse files Browse the repository at this point in the history
fix: fixing caching issue for lint action
  • Loading branch information
dyladan authored Jul 23, 2020
2 parents 5efad74 + 6b35ea8 commit 559fd20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
path: |
node_modules
packages/*/node_modules
metapackages/*/node_modules
plugins/node/*/node_modules
plugins/web/*/node_modules
propagators/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}

- name: Bootstrap
Expand Down

0 comments on commit 559fd20

Please sign in to comment.