Skip to content

Commit

Permalink
Merge branch 'main' into kf/refactor-installation-page
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Sep 25, 2024
2 parents 26ff571 + f6cc4e9 commit a909998
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@ updates:
allow:
- dependency-name: mithril
dependency-type: production
assignees:
- dead-claudia
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
assignees:
- dead-claudia
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
assignees:
- dead-claudia
4 changes: 1 addition & 3 deletions .github/workflows/issue-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
types: [opened]
pull_request:
types: [opened]
permissions:
issues: write
repository-projects: write
jobs:
reject:
uses: MithrilJS/infra/.github/workflows/notify-triage.yml@main
secrets: inherit
18 changes: 5 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: test

on:
pull_request:
pull_request_target:
branches: [main]
push:
branches: [main]
Expand All @@ -11,17 +11,9 @@ on:
permissions:
contents: read

# This uses actions/checkout instead of `git clone` directly since it's way
# easier than parsing everything out.

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run build
uses: MithrilJS/infra/.github/workflows/run-tests.yml@main
with:
all-platforms: true
all-versions: true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"watch": "node scripts/watch.js",
"build": "node scripts/build.js",
"lint": "node scripts/lint.js",
"lint:docs": "node scripts/lint-docs.js"
"lint:docs": "node scripts/lint-docs.js",
"test": ""
},
"dependencies": {
"mithril": "2.2.2"
Expand Down

0 comments on commit a909998

Please sign in to comment.