Revert 4f13a2b9dd67f7d427c37652b2e6900569541d27. #609
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: "Buscar e remover Non-breaking Spaces" | |
on: | |
push: | |
jobs: | |
fix: | |
uses: gelos-icmc/actions/.github/workflows/fix-commit.yml@main | |
secrets: inherit | |
with: | |
commit-message: remover NBSPs | |
command: nix run .#remove-nbsp |