diff --git a/.github/workflows/build-library.yml b/.github/workflows/build-library.yml index 7975d79..d4e8d5b 100644 --- a/.github/workflows/build-library.yml +++ b/.github/workflows/build-library.yml @@ -1,18 +1,10 @@ on: push jobs: - build-apax-lib: - uses: simatic-ax/actions/.github/workflows/apax-build.yml@stable - secrets: - APAX_TOKEN: ${{ secrets.APAX_TOKEN }} - with: - ACTIONS_REF: stable - LOGIN_SIMATIC_AX: true - - test-apax-lib: - needs: build-apax-lib + build-and-test-lib: uses: simatic-ax/actions/.github/workflows/apax-build-test.yml@stable secrets: APAX_TOKEN: ${{ secrets.APAX_TOKEN }} + SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY}} with: LOGIN_SIMATIC_AX: true \ No newline at end of file diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 7796d00..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: linter checks -on: - push: - -jobs: - linter: - name: "Linter Checks" - runs-on: ubuntu-latest - - - steps: - - name: Checkout Code - uses: actions/checkout@v3 - - - name: Check markdown files - uses: avto-dev/markdown-lint@v1 - with: - args: '**/*.md' - ignore: ./LICENSE.md diff --git a/.github/workflows/release-library.yml b/.github/workflows/release-library.yml index c516032..41070d1 100644 --- a/.github/workflows/release-library.yml +++ b/.github/workflows/release-library.yml @@ -10,6 +10,6 @@ jobs: secrets: APAX_TOKEN: ${{ secrets.APAX_TOKEN }} DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} - + APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }} with: - VERSION: ${{ github.ref_name }} + VERSION: ${{ github.ref_name }} \ No newline at end of file