Skip to content

Setup Wa(凹语言)

Actions
A github action to setup Wa(凹语言) environment
v0.1.0
Latest
Star (1)

Tags

 (1)

Setup Wa Language

name: Test
on: push
jobs:
  build:
    name: Run Wa App
    runs-on: ubuntu-latest
    steps:
      - name: Git checkout
        uses: actions/checkout@v2

      - name: Set up Wa(凹语言)
        uses: wa-lang/setup-wa@master

      - run: wa -v
      - run: wa run heart.wa

Output:

$ wa run heart.wa
                                           
                                           
            @@@@@@        @@@@@@           
        @@@@@@@@@@@@@ @@@@@@@@@@@@@@       
       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      
      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     
      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     
      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     
      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     
       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      
        @@@@@@@@@@@@@@@@@@@@@@@@@@@@       
         @@@@@@@@@@@@@@@@@@@@@@@@@@        
          @@@@@@@@@@@@@@@@@@@@@@@          
            @@@@@@@@@@@@@@@@@@@@           
               @@@@@@@@@@@@@@              
                  @@@@@@@@                 
                     @@                    

Setup Wa(凹语言) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A github action to setup Wa(凹语言) environment
v0.1.0
Latest

Tags

 (1)

Setup Wa(凹语言) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.