Skip to content

WIP feat: add local storage script #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

WIP feat: add local storage script #1

wants to merge 3 commits into from

Conversation

nelsonmestevao
Copy link
Member

No description provided.

@nelsonmestevao nelsonmestevao requested a review from Copilot April 7, 2025 17:59
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • localcache.sh: Language not supported
Comments suppressed due to low confidence (2)

action.yml:90

  • [nitpick] The Hex cache key uses a 'build-' prefix which could be misleading. Consider changing it to use a 'hex-' prefix for clarity between build and Hex caches.
run: ${{ github.action_path }}/localcache.sh restore build-${{ runner.os }}-${{ inputs.otp-version }}-${{ inputs.elixir-version }}-${{ hashFiles('**/mix.lock') }} ~/.hex

action.yml:144

  • [nitpick] The Hex cache key also uses a 'build-' prefix in the save step, which may cause confusion. Consider updating it to use a 'hex-' prefix for consistency and clarity.
run: ${{ github.action_path }}/localcache.sh save build-${{ runner.os }}-${{ inputs.otp-version }}-${{ inputs.elixir-version }}-${{ hashFiles('**/mix.lock') }} ~/.hex

@nelsonmestevao nelsonmestevao force-pushed the cache branch 4 times, most recently from 0573ebd to 0206cfe Compare April 7, 2025 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant