Skip to content

Commit

Permalink
Updated CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyRBLX11 committed Nov 24, 2024
1 parent 0b07ca5 commit db51f19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "install aftman"
run: ./aftman self-install

- name: "aftman install"
run: aftman install
run: ./aftman install

- name: "lint"
run: selene src
Binary file added aftman
Binary file not shown.

0 comments on commit db51f19

Please sign in to comment.