Skip to content

Update to work with ponyc 0.70.0 #5

Update to work with ponyc 0.70.0

Update to work with ponyc 0.70.0 #5

Workflow file for this run

name: pony-lint
on:
pull_request:
paths:
- '**/*.pony'
concurrency:
group: pony-lint-${{ github.ref }}
cancel-in-progress: true
permissions:
packages: read
jobs:
pony-lint:
name: Lint Pony source
runs-on: ubuntu-latest
container:
image: ghcr.io/ponylang/shared-docker-ci-standard-builder:nightly
steps:
- uses: actions/checkout@v6.0.2
- name: Lint
run: make lint