Skip to content

ortegarenzy/eqela-build-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Eqela Build Action

A GitHub action that let's you automate compiling your sling applications.

Usage Example

name: Build and test sling app
on: push
jobs:
  build:
    runs-on: ubuntu-latest    
    steps:
      - name: Eqela Build Action
        uses: ortegarenzy/eqela-build-action@v1.0