Skip to content

Commit

Permalink
Update ci-cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyRBLX11 committed Nov 24, 2024
1 parent d18a75b commit db67b02
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
steps:
- uses: ok-nick/[email protected]
with:
version: v0.3.0 # name of git tag in aftman (uses latest tag by default)
path: "." # path to project dir containing `aftman.toml` ("." (current dir) by default)
cache: false # whether to enable binary caching between runs (false by default)
token: ${{ github.token }} # GitHub token to bypass rate limit (${{ github.token }} set by default)

version: v0.3.0
path: "."
cache: false
token: ${{ github.token }}
- name: "aftman install"
run: aftman install

- name: "lint"
run: selene src
- uses: NTBBloodbath/[email protected]
with:
token: ${{ github.token }}

0 comments on commit db67b02

Please sign in to comment.