Skip to content

Commit

Permalink
Merge pull request #11 from Pyseph/Pyseph-patch-2
Browse files Browse the repository at this point in the history
Update ci.yaml
  • Loading branch information
Pyseph authored Sep 18, 2024
2 parents 91e1124 + 0cd78e0 commit 56ead7f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Install Foreman
uses: Roblox/setup-foreman@v1
- uses: CompeyDev/[email protected]
with:
version: "^1.0.0"
token: ${{ secrets.GITHUB_TOKEN }}
version: v1.0.0 # name of git tag in rokit (uses latest tag by default)
path: "." # path to project dir containing a `rokit.toml`, `aftman.toml`, or `foreman.toml` ("." (current dir) by default)
cache: false # whether to enable binary caching between runs (false by default)
token: ${{ github.token }}

- name: Lint
run: selene ./src
run: selene ./src

0 comments on commit 56ead7f

Please sign in to comment.