Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: Initial GHA workflow#1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bryphe-coder merged 13 commits intomainfrombryphe/chore/initial-ci
Jan 4, 2022
Merged
Changes from1 commit
Commits
Show all changes
13 commits
Select commitHold shift + click to select a range
c772e89
chore: Initial GHA workflow
bryphe-coderJan 3, 2022
12a710e
Rename master -> main
bryphe-coderJan 3, 2022
60ce29d
Remove script for now, since not needed for prettier check
bryphe-coderJan 3, 2022
f594bbb
Run on ubuntu-latest instead of self-hosted runners
bryphe-coderJan 3, 2022
2f1ff57
Add placeholders for test/go and test/js
bryphe-coderJan 3, 2022
fe5a94d
Fix version check
bryphe-coderJan 3, 2022
8e952e0
Fix formatting
bryphe-coderJan 3, 2022
d65ffbe
Just run front-end tests on single OS, for now
bryphe-coderJan 3, 2022
4ac14f1
Remove AUTHOR field from package.json, since we don't use this in cod…
bryphe-coderJan 3, 2022
6725103
Add status badge
bryphe-coderJan 3, 2022
be4e349
Setup codecov; add badge
bryphe-coderJan 3, 2022
6f0a43e
Minimize ignore files
bryphe-coderJan 4, 2022
db32104
Remove version & entry point
bryphe-coderJan 4, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Add placeholders for test/go and test/js
  • Loading branch information
@bryphe-coder
bryphe-coder committedJan 3, 2022
commit2f1ff577c6ead48e8745427b74ad4016d84d5bf9
40 changes: 40 additions & 0 deletions.github/workflows/coder.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -64,3 +64,43 @@ jobs:

- name: "make ${{ matrix.style }}"
run: "make --output-sync -j ${{ matrix.style }}"

test-go:
name: "test/go"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-go@v2
with:
go-version: "^1.17"

# Check that go is available
# TODO: Implement actual test run
- run: go --version

test-js:
name: "test/js"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: "14"

# Check that node is available
# TODO: Implement actual test run
- run: node --version

[8]ページ先頭

©2009-2025 Movatter.jp