mirror of
https://github.com/luxfi/assets.git
synced 2026-07-27 04:37:14 +00:00
* Create logo .png * Create logo.png * Create info.json * Create logo.png * Create info.json * Create info.json * Create logo.png * Create info.json * Create logo.png * Create info.json * Update info.json * Update info.json * Update info.json * Update info.json * Update info.json * Create logo.png * Delete logo .png * tokens * tokens * tokens * tokens * tokens * tokens --------- Co-authored-by: Denis <136321897+defisaur@users.noreply.github.com>
28 lines
590 B
YAML
28 lines
590 B
YAML
#Disabled, we have 'check' job, 'fix' job do invisible changes which is not convenient to debug
|
|
|
|
#name: Fix (Dry run)
|
|
#on:
|
|
# pull_request:
|
|
# branches: [ master ]
|
|
#
|
|
#jobs:
|
|
# fix-dryrun:
|
|
# runs-on: ubuntu-latest
|
|
# steps:
|
|
# - name: Set up Go
|
|
# uses: actions/setup-go@v4
|
|
# with:
|
|
# go-version: 1.18
|
|
#
|
|
# - name: Check out code
|
|
# uses: actions/checkout@v3
|
|
#
|
|
# - name: Run fix
|
|
# run: make fix
|
|
#
|
|
# - name: Show fix result (diff)
|
|
# run: |
|
|
# git config core.ignorecase false
|
|
# git status
|
|
# git diff
|