Skip to content

Bump actions/checkout from 2 to 4 #17

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #17

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