Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Sep 30, 2024
2 parents 1c589b0 + c8c8037 commit 919120b
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 2,833 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI

on:
workflow_dispatch:
pull_request:
branches:
- master
types: [opened, synchronize] # Triggers on PR open and commits to PR

jobs:
ci:
uses: h5p/h5p-ci-workflows/.github/workflows/h5p-ci-workflow.yml@master
with:
run-translations: true
1 change: 0 additions & 1 deletion .h5pignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package.json
test
karma.conf.js
package-lock.json
README.md
crowdin.yml
Expand Down
76 changes: 0 additions & 76 deletions karma.conf.js

This file was deleted.

4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"machineName": "H5P.TrueFalse",
"majorVersion": 1,
"minorVersion": 8,
"patchVersion": 8,
"patchVersion": 10,
"runnable": 1,
"license": "MIT",
"author": "Joubel",
Expand Down Expand Up @@ -65,4 +65,4 @@
"minorVersion": 0
}
]
}
}
Loading

0 comments on commit 919120b

Please sign in to comment.