diff --git a/.commitlintrc.yml b/.commitlintrc.yml deleted file mode 100644 index 7ed6a30..0000000 --- a/.commitlintrc.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -extends: - - '@commitlint/config-conventional' diff --git a/.dockerignore b/.dockerignore index be870c0..ed625e5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,4 @@ node_modules -.commitlintrc.yml commitlint.config.js action.yml .github diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index a2d87b1..6a2f201 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -15,17 +15,6 @@ jobs: - name: Show results from JSON output if: ${{ always() }} run: echo ${{ toJSON(steps.run_commitlint.outputs.results) }} - commitlint-with-yml-file: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml - - run: echo -n '' > .dockerignore - - uses: ./ - with: - configFile: './.commitlintrc.yml' commitlint-pulling-from-docker-hub: runs-on: ubuntu-latest steps: