Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse authored Dec 5, 2023
1 parent 0fc003e commit 6111938
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6111938

Please sign in to comment.