Skip to content

cjdenio/setup-emojicode

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

10 Commits
 
 
 
 
 
 

Repository files navigation

Setup Emojicode

This is a GitHub Action for setting up an Emojicode compiler! Supports both Linux 🐧 and macOS 🍎 runners.

Example usage:

# .github/workflows/build.yml

on: push
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: cjdenio/setup-emojicode@master
        name: Install Emojicode compiler
      - run: emojicodec main.🍇

About

Set up an Emojicode compiler in GitHub Actions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages