Skip to content

Release v0.13.0

Release v0.13.0 #43

Workflow file for this run

---
name: Push
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/inko-lang/inko:latest
steps:
- run: microdnf install --quiet --assumeyes tar git
- uses: actions/checkout@v4
- uses: actions/cache@v3
id: test
with:
path: |
build
~/.local/share/inko/packages
key: ${{ runner.os }}
- run: inko --version
- run: inko pkg sync
- run: inko test