More format fixes of ci.yml

This commit is contained in:
Bruno Alla 2023-04-15 12:08:24 +01:00
parent b5235dbefa
commit 7681bb8220
No known key found for this signature in database

View File

@ -7,12 +7,12 @@ env:
on: on:
pull_request: pull_request:
branches: [ 'master', 'main' ] branches: ['master', 'main']
paths-ignore: [ 'docs/**' ] paths-ignore: ['docs/**']
push: push:
branches: [ 'master', 'main' ] branches: ['master', 'main']
paths-ignore: [ 'docs/**' ] paths-ignore: ['docs/**']
concurrency: concurrency:
group: {% raw %}${{ github.head_ref || github.run_id }}{% endraw %} group: {% raw %}${{ github.head_ref || github.run_id }}{% endraw %}
@ -22,7 +22,6 @@ jobs:
linter: linter:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Code Repository - name: Checkout Code Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -65,7 +64,6 @@ jobs:
{%- endif %} {%- endif %}
steps: steps:
- name: Checkout Code Repository - name: Checkout Code Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
{%- if cookiecutter.use_docker == 'y' %} {%- if cookiecutter.use_docker == 'y' %}