Skip to content

Upgrade to Ubuntu 22 LTS Jammy #983

Upgrade to Ubuntu 22 LTS Jammy

Upgrade to Ubuntu 22 LTS Jammy #983

Workflow file for this run

name: Syntax Checking and Linting
on:
[pull_request]
jobs:
build:
name: Linting
# This job runs on Linux
runs-on: ubuntu-latest
steps:
- name: YAML Lint
uses: ibiqlik/[email protected]
with:
file_or_dir: .
- name: PHP Syntax Checker (Lint) PHP 7.3
uses: StephaneBour/[email protected]
with:
dir: '.'