diff --git a/.github/workflows/configs/.flake8 b/.github/workflows/configs/.flake8 new file mode 120000 index 00000000..1fa4dde4 --- /dev/null +++ b/.github/workflows/configs/.flake8 @@ -0,0 +1 @@ +../../actions/python-lint-check/.flake8 \ No newline at end of file diff --git a/.github/workflows/configs/yamllint.yml b/.github/workflows/configs/yamllint.yml new file mode 120000 index 00000000..f193167d --- /dev/null +++ b/.github/workflows/configs/yamllint.yml @@ -0,0 +1 @@ +../../actions/yamllint-check/yamllint.yml \ No newline at end of file diff --git a/.github/workflows/scripts/check-broken-symlinks.sh b/.github/workflows/scripts/check-broken-symlinks.sh new file mode 120000 index 00000000..2f30ee85 --- /dev/null +++ b/.github/workflows/scripts/check-broken-symlinks.sh @@ -0,0 +1 @@ +../../actions/broken-symlinks-check/check-broken-symlinks.sh \ No newline at end of file diff --git a/.github/workflows/scripts/check-docs.sh b/.github/workflows/scripts/check-docs.sh new file mode 120000 index 00000000..57f98b5a --- /dev/null +++ b/.github/workflows/scripts/check-docs.sh @@ -0,0 +1 @@ +../../actions/docs-check/check-docs.sh \ No newline at end of file diff --git a/.github/workflows/scripts/check-license-header.sh b/.github/workflows/scripts/check-license-header.sh new file mode 120000 index 00000000..f23cfb07 --- /dev/null +++ b/.github/workflows/scripts/check-license-header.sh @@ -0,0 +1 @@ +../../actions/license-header-check/check-license-header.sh \ No newline at end of file diff --git a/.github/workflows/scripts/check-swift-format.sh b/.github/workflows/scripts/check-swift-format.sh new file mode 120000 index 00000000..d801f2a2 --- /dev/null +++ b/.github/workflows/scripts/check-swift-format.sh @@ -0,0 +1 @@ +../../actions/format-check/check-swift-format.sh \ No newline at end of file diff --git a/.github/workflows/scripts/check-unacceptable-language.sh b/.github/workflows/scripts/check-unacceptable-language.sh new file mode 120000 index 00000000..76efc5cf --- /dev/null +++ b/.github/workflows/scripts/check-unacceptable-language.sh @@ -0,0 +1 @@ +../../actions/check-unacceptable-language/check-unacceptable-language.sh \ No newline at end of file diff --git a/.licenseignore b/.licenseignore index d5a53537..5e84d245 100644 --- a/.licenseignore +++ b/.licenseignore @@ -1,4 +1,5 @@ .github/actions/python-lint-check/.flake8 +.github/workflows/configs/.flake **/*.yml CODEOWNERS LICENSE.txt