Skip to content

Using the tab indent style for PHP, CSS, JS and Vue in our code editor #1090

Using the tab indent style for PHP, CSS, JS and Vue in our code editor

Using the tab indent style for PHP, CSS, JS and Vue in our code editor #1090

Workflow file for this run

name: Makefile CI
on:
push:
branches:
- release/*
pull_request:
branches: [ main, stable* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup NPM and Node
uses: skjnldsv/[email protected]
id: versions
with:
fallbackNpm: '^7'
fallbackNode: '^14'
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install dependencies
run: make
- name: Creating artifact
run: make source
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: Workspace
path: ./build/artifacts/source/workspace.tar.gz