Skip to content

codebysushil/chainsaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⛓️ Chainsaw

Tests

Chainsaw ⛓️

Setup and Code Execute

Full CI code snippet. if want use Docker' Container than used

container:
image:hhvm/hhvm:latest

or if want to use Setup Hacklang go with

- name: Setup Hacklang
  uses: CodeWithSushil/setup-hacklang@v2.2

Here Full code with Docker' container and Setup Hacklang.

name: Tests

on: [push]                                            
jobs:
  tests:
    runs-on: ubuntu-latest

    container:
      image: hhvm/hhvm:latest

    steps:

      - name: Checkout
        uses: actions/checkout@v5

        # - name: Setup Hacklang
        # uses: CodeWithSushil/setup-hhvm@v2.2

      - name: Running hack script
        run: hhvm -c hhvm.ini src/index.php

About

Chainsaw ⛓️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors