Create update-config-files.yml reusable workflow, add reusable-configurations folder (#3)

* Add reusable workflow and shareable config files

* Make workflow throw if specified reference file doesn't exist

* Fix review points

* Fix review points

* Update eslint and prettier configs, change file extension

* Fix review points, update yml and configuration files

* Update set of rules for ESLint

* Update set of rules for ESLint

* Update set of rules for ESLint

* Update set of rules for ESLint

* Prepare update-config-files.yml for PR in the actions org

* Fix check-dist.yml
This commit is contained in:
Ivan
2023-03-08 10:40:28 +02:00
committed by GitHub
parent a8533f184b
commit ddc40c8708
5 changed files with 241 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Compare the expected and actual dist directories
run: |
if [ "$(git diff --ignore-space-at-eol ${{inputs.folder-path}} | wc -l)" -gt "0" ]; then
if [ "$(git diff --ignore-space-at-eol ${{inputs.dist-path}} | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after the build. See the status below:"
git diff
exit 1