Skip to content

Commit

Permalink
Enable GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Jun 24, 2021
1 parent 0d8282c commit 0750627
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 19 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/unity-meta-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Unity Meta Check
on:
push:
branches:
- github-actions

jobs:
unity-meta-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# NOTE: Test no arguments
- uses: DeNA/unity-meta-check@github-actions

# NOTE: Test full features
- uses: DeNA/unity-meta-check@github-actions
with:
log_level: DEBUG
ignored_file_path: .meta-check-ignore
enable_autofix: true
autofix_globs: .
enable_junit: true
junit_xml_path: junit.xml
enable_pr_comment: true
pr_comment_lang: ja
pr_comment_owner: DeNA
pr_comment_repo: unity-meta-check-playground
pr_comment_pull: 2
pr_comment_send_success: true
if: always()

- uses: mikepenz/action-junit-report@v2
with:
report_paths: junit.xml
1 change: 1 addition & 0 deletions .meta-check-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ignored
Empty file added Dangling.meta
Empty file.
Empty file added Ignored
Empty file.
7 changes: 0 additions & 7 deletions LICENSE

This file was deleted.

Empty file added Missing
Empty file.
12 changes: 0 additions & 12 deletions README.md

This file was deleted.

0 comments on commit 0750627

Please sign in to comment.