Skip to content

ci: test jsonlint package #108

ci: test jsonlint package

ci: test jsonlint package #108

Workflow file for this run

name: CI
on: push
jobs:
test:
name: Tests on PHP ${{ matrix.php-versions }}
runs-on: ubuntu-latest
strategy:
matrix:
php-versions:
- "8.1"
- "8.2"
steps:
- name: Checkout
uses: actions/checkout@v4
- run: jsonlint -h
# - name: Install PHP
# uses: shivammathur/setup-php@v2
# with:
# php-version: ${{ matrix.php-versions }}
#
# - name: Install NPM dependencies
# run: yarn add jsonlint
#
# - name: Lint JSON files
# run: bash ./ci/test.sh
#
# - name: Install Composer dependencies
# run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
#
# - name: Test conversion of countries data
# run: php countries.php convert