Skip to content

Commit

Permalink
yamllint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 18, 2025
1 parent a93b2b0 commit 2cc56d5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
# yamllint disable rule:line-length
name: actionlint
'on':
push:
Expand All @@ -27,7 +28,6 @@ jobs:
- uses: actions/checkout@v4
- name: Download actionlint
id: get_actionlint
# yamllint disable-line rule:line-length
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/copyrights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
# yamllint disable rule:line-length
name: copyrights
'on':
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
# yamllint disable rule:line-length
name: npm
'on':
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pdd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
# yamllint disable rule:line-length
name: pdd
'on':
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
# yamllint disable rule:line-length
name: xcop
'on':
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
# yamllint disable rule:line-length
name: yamllint
'on':
push:
Expand Down

0 comments on commit 2cc56d5

Please sign in to comment.