Skip to content

Better texts in challenge editor #604

Better texts in challenge editor

Better texts in challenge editor #604

Workflow file for this run

name: PHP lint
on:
push:
branches: [master, development]
pull_request:
branches: [master, development]
jobs:
php_lint:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check for syntax errors
run: make lint