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
Run on ubuntu-latest instead of self-hosted runners
  • Loading branch information
bryphe-coder committed Jan 3, 2022
commit f594bbb33aaa09e30beb3ccfe62bdadf39bc41b4
6 changes: 2 additions & 4 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ permissions:
jobs:
style:
name: "style/${{ matrix.style }}"
runs-on:
- self-hosted
- v3
runs-on: ubuntu-latest
strategy:
matrix:
style:
Expand Down Expand Up @@ -65,4 +63,4 @@ jobs:
run: yarn install

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