Skip to content

Commit

Permalink
ref: use latest yml style
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev committed Dec 5, 2023
1 parent 25a78b9 commit af15646
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dockerfiles: [dockerfiles/centos-7/Dockerfile,
dockerfiles/debian-develop/Dockerfile,
dockerfiles/debian-next-release/Dockerfile]
dockerfiles:
- "dockerfiles/centos-7/Dockerfile"
- "dockerfiles/debian-develop/Dockerfile"
- "dockerfiles/debian-next-release/Dockerfile"
steps:
- uses: actions/checkout@v3
- name: Dockerfile ${{ matrix.dockerfiles }}
Expand Down

0 comments on commit af15646

Please sign in to comment.