Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hexmode committed Oct 17, 2023
1 parent 34edcdc commit dff7676
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CI

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup MediaWiki Action
uses: ProfessionalWiki/[email protected]
with:
extension: PDFEmbed
version: 1.39.4
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i
- uses: php-actions/composer@v6
with:
php_version: "8.1"
- run: composer test
- run: composer error-format-test

0 comments on commit dff7676

Please sign in to comment.