Skip to content
Compare
Choose a tag to compare
@ilyar ilyar released this 04 Aug 05:27
· 11 commits to main since this release
b6f98bb

TVM Action

Example usage

Docker

echo '4 10 * 2 + .s' | docker run --rm -i ghcr.io/ever-guild/tvm-action fift

GitHub Actions

name: CI

jobs:
  test:
    runs-on: ubuntu-22.04
    steps:
      - uses: actions/checkout@v3
      - uses: ever-guild/tvm-action@v1.0.0
        with:
          args: echo '4 10 * 2 + .s' | fift