Skip to content

Update CI to Squeak 6.0 #942

Update CI to Squeak 6.0

Update CI to Squeak 6.0 #942

Workflow file for this run

name: CI-Lint
on:
push:
branches:
- develop
- master
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
smalltalk: [ Squeak64-5.3 ]
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-version: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }} .smalltalk.lint.ston
shell: bash
timeout-minutes: 15