Skip to content

Commit

Permalink
Fix formatting and remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
Starveldt committed Aug 3, 2024
1 parent 0201e08 commit ff60ec3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rokit
uses: kalrnlo/setup-rokit@v1.0.0
with:
token: ${{ env.GH_TOKEN }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Lint
run: |
selene ./src
- name: Checkout
uses: actions/checkout@v4
- name: Install Rokit
uses: kalrnlo/setup-rokit@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Lint
run: |
selene ./src
6 changes: 2 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
tags:
- 'v*'
- 'v*'

jobs:
build:
Expand All @@ -15,9 +15,7 @@ jobs:
- name: Install Rokit
uses: kalrnlo/setup-rokit@v1.0.0
with:
token: ${{ env.GH_TOKEN }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build Place
run: rojo build publish.project.json -o Weaver.rbxl
- name: Publish Module to Marketplace
Expand Down

0 comments on commit ff60ec3

Please sign in to comment.