Skip to content

Commit

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

0 comments on commit 0fc003e

Please sign in to comment.