Skip to content

TonioGela/test-gh-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-gh-action

Example of a super simple Github Action written in Scala.js using scala-cli and the Typelevel Toolkit as described in this blog post.

- name: Sum numbers with Scala
  id: this-is-the-id
  uses: TonioGela/test-gh-action@main
  with:
      number-one: 3
      number-two: 9
- run: test 12 -eq "${{ steps.this-is-the-id.outputs.result }}"