Skip to content

Commit

Permalink
feat: big refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
beautyfree committed Jan 14, 2024
1 parent 0c90ede commit 0ef6fcd
Show file tree
Hide file tree
Showing 15 changed files with 2,636 additions and 1,217 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Cache dependencies
uses: Swatinem/rust-cache@v1
- name: Formatting and Linting
run: |
run: |
cargo fmt -- --check
cargo clippy
lint-ts-and-run-tests:
Expand All @@ -32,7 +32,7 @@ jobs:
with:
node-version: '16'
- run: yarn install
- run: yarn add -g @project-serum/anchor mocha
- run: yarn add -g @coral-xyz/anchor mocha
# Install Solana
- name: Cache Solana binaries
id: solana-cache
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install Anchor
run: |
sudo apt-get update && sudo apt-get install -y pkg-config build-essential libudev-dev
npm i -g @project-serum/anchor-cli
npm i -g @coral-xyz/anchor-cli
- name: Build Self
run: anchor build
- name: Lint TS
Expand Down
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/write_account.iml

This file was deleted.

Loading

0 comments on commit 0ef6fcd

Please sign in to comment.