From 654a02b89d490c85c51c9e89cae8cfa340315a37 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Sat, 23 Mar 2024 10:23:51 +0300 Subject: [PATCH] #23 license --- .github/workflows/l3build.yml | 2 +- .github/workflows/markdown-lint.yml | 2 +- .github/workflows/yamllint.yml | 23 ++++++++++++++++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.github/workflows/l3build.yml b/.github/workflows/l3build.yml index 44e497b..38a6fd4 100644 --- a/.github/workflows/l3build.yml +++ b/.github/workflows/l3build.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@master - - uses: teatimeguest/setup-texlive-action@v3.0.1 + - uses: teatimeguest/setup-texlive-action@v3.2.1 with: package-file: DEPENDS.txt update-all-packages: true diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 35468df..46b95bb 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -27,5 +27,5 @@ jobs: markdown-lint: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 + - uses: actions/checkout@master - uses: articulate/actions-markdownlint@v1 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index a6b7216..799697b 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -1,3 +1,24 @@ +# (The MIT License) +# +# Copyright (c) 2021-2024 Yegor Bugayenko +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the 'Software'), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. --- name: yamllint 'on': @@ -11,5 +32,5 @@ jobs: yamllint: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@master - uses: ibiqlik/action-yamllint@v3