Skip to content

Merge pull request #2 from runthis/dependabot/github_actions/actions/… #21

Merge pull request #2 from runthis/dependabot/github_actions/actions/…

Merge pull request #2 from runthis/dependabot/github_actions/actions/… #21

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Can build scss and js
run: |
npm install --only=dev
npm run css-compile
npm run css-minify
npm run js-compile-dev
npm run js-minify-dev
npm run js-compile-prod
npm run js-minify-prod