Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jan 4, 2022
Prev Previous commit
Next Next commit
Fix version check
  • Loading branch information
bryphe-coder committed Jan 3, 2022
commit fe5a94d0c186fa6d62d9ac438a8692ddbecf7e44
2 changes: 1 addition & 1 deletion .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

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

test-js:
name: "test/js"
Expand Down