fix(commands): Currency icon fails to transfer correctly due to hash being changed way before it gets to the currency icons #238
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint & Build Mix Assets | |
on: | |
push: | |
branches: | |
- '**' | |
pull_request: | |
branches: | |
- '**' | |
types: | |
- opened | |
- edited | |
- synchronize | |
- reopened | |
jobs: | |
lint: | |
uses: itinerare/github-actions/.github/workflows/lint.yml@main | |
with: | |
php-version: '8.1' | |
concurrency: | |
group: ci-${{ github.head_ref || github.ref_name }} | |
rebuild-mix-assets: | |
uses: itinerare/github-actions/.github/workflows/mix_build.yml@main | |
concurrency: | |
group: ci-${{ github.head_ref }} |