Skip to content

Commit 6242332

Browse files
author
Andrey Helldar
committed
Changed container namespace in GitHub Actions
1 parent 0c57233 commit 6242332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Checking PHP Syntax
14-
uses: TheDragonCode/codestyler@v1.12.4
14+
uses: TheDragonCode/codestyler@v1.12.4

.github/workflows/lint-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
uses: TheDragonCode/codestyler@v1.12.4
1717
with:
1818
github_token: ${{ secrets.COMPOSER_TOKEN }}
19-
fix: true
19+
fix: true

0 commit comments

Comments
 (0)