Skip to content

Convert repository metadata #898

Convert repository metadata

Convert repository metadata #898

Workflow file for this run

# Copied from https://github.com/hpi-swa-teaching/TelegramClient/blob/master/.github/workflows/ci-linter.yml
name: CI-Lint
on: [push, pull_request]
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