From db5b715e80d9201de746bdc3e4869274cfe0e95a Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Sat, 4 Apr 2026 19:46:25 +0000 Subject: [PATCH] chore: synced local './' with remote 'docker/' --- .github/linters/.yaml-lint.yml | 9 +++++++++ .github/workflows/action-dockerhub-description.yml | 2 +- LICENSE.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .github/linters/.yaml-lint.yml diff --git a/.github/linters/.yaml-lint.yml b/.github/linters/.yaml-lint.yml new file mode 100644 index 0000000..c630509 --- /dev/null +++ b/.github/linters/.yaml-lint.yml @@ -0,0 +1,9 @@ +--- +extends: default + +rules: + line-length: disable + comments: disable + +ignore: | + .github diff --git a/.github/workflows/action-dockerhub-description.yml b/.github/workflows/action-dockerhub-description.yml index ec85ca3..7960311 100644 --- a/.github/workflows/action-dockerhub-description.yml +++ b/.github/workflows/action-dockerhub-description.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/LICENSE.md b/LICENSE.md index 98a0fb2..09dadcc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2025 Daniel Gibbs +Copyright (c) 2026 Daniel Gibbs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal