diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..4017ea7 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,11 @@ +on: + push: + +jobs: + build: + runs-on: ubuntu-latest # Docker-based github actions have to run on a linux environment + steps: + - name: HTML/CSS/JS Minifier + uses: docker://devatherock/minify-js:3.0.0 + with: + add_suffix: true