prittier
This commit is contained in:
11
.github/workflows/prittier.yml
vendored
11
.github/workflows/prittier.yml
vendored
@@ -25,12 +25,7 @@ jobs:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# 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.
|
||||
- name: Prettier Action
|
||||
uses: creyD/prettier_action@v3.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user