From 61119384fd8dd2ed151f01aa077c156f64736c93 Mon Sep 17 00:00:00 2001 From: iiTzArcur Date: Tue, 5 Dec 2023 19:20:49 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4017ea7..d3d0d33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,9 +3,14 @@ on: jobs: build: - runs-on: ubuntu-latest # Docker-based github actions have to run on a linux environment + runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v3 - name: HTML/CSS/JS Minifier uses: docker://devatherock/minify-js:3.0.0 with: add_suffix: true + - uses: EndBug/add-and-commit@v7 + with: + default_author: github_actions