This commit is contained in:
peter
2022-02-25 19:11:28 +00:00
parent f7d0927a28
commit 98fab259f1

View File

@@ -25,12 +25,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - 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 # Runs a set of commands using the runners shell
- name: Run a multi-line script - name: Prettier Action
run: | uses: creyD/prettier_action@v3.3
echo Add other actions to build,
echo test, and deploy your project.