Skip to content

Feat: add save notification to cafe's profile page in panel #99

Feat: add save notification to cafe's profile page in panel

Feat: add save notification to cafe's profile page in panel #99

name: Syntax check
on:
- push
- pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Composer update
run: composer update
- name: syntax checking
run: php --syntax-check .