Skip to content

Commit

Permalink
chore(actions): Rename and correct stylua action
Browse files Browse the repository at this point in the history
  • Loading branch information
DrKJeff16 committed May 27, 2024
1 parent 45e4f54 commit dea80f0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/blank.yml → .github/workflows/stylua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,3 @@ jobs:
version: latest # NOTE: we recommend pinning to a specific version in case of formatting changes
# CLI arguments
args: --check .

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.

0 comments on commit dea80f0

Please sign in to comment.