Skip to content

Include meetup images in sitemap and open graph meta tags #114

Include meetup images in sitemap and open graph meta tags

Include meetup images in sitemap and open graph meta tags #114

Workflow file for this run

name: Build check
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Install dependencies
uses: php-actions/composer@v6
with:
dev: no
php_version: 8.3
- name: Check for uncommitted files
run: ./.github/workflows/build-check.sh