Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 17, 2024
1 parent f80f47f commit 0a8e25f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout Code
uses: actions/checkout@v4

- name: Setup Rust
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
build_and_test:
name: Build and test
name: Build and Test
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout Code
uses: actions/checkout@v4

- name: Setup Rust
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
echo "Anchor version: $(anchor --version)"
echo "Node.js version: $(node --version)"
- name: Install npm dependencies
- name: Install NPM Dependencies
run: npm install

- name: Build Anchor Program
Expand Down

0 comments on commit 0a8e25f

Please sign in to comment.