diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..209888d --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,19 @@ +name: ⚙️ CI + +on: push + +jobs: + call-install: + uses: ./.github/workflows/actions/install.yaml@${{github.ref_name}} + + call-build-lint: + needs: call-install + uses: ./.github/workflows/actions/build-lint.yaml@${{github.ref_name}} + + call-tests: + needs: call-install + uses: ./.github/workflows/actions/tests.yaml@${{github.ref_name}} + + call-docs: + needs: call-install + uses: ./.github/workflows/actions/docs.yaml@${{github.ref_name}} diff --git a/.npmignore b/.npmignore index 338ccb3..67fb6f2 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ # config +.github/ .clang-format .editorconfig .eslintrc.json