Skip to content

Commit

Permalink
Merge pull request #4 from fmorency/starship-gh
Browse files Browse the repository at this point in the history
ci: lock file
  • Loading branch information
chalabi2 authored Oct 2, 2024
2 parents 61ec072 + dc52902 commit b1035d8
Show file tree
Hide file tree
Showing 3 changed files with 5,343 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: "yarn"

- name: Install Dependencies and Build
run: yarn install
run: yarn install --frozen-lockfile

- name: Set Up Starship Infrastructure
id: starship-infra
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ lib

# npm package lock
package-lock.json
yarn.lock

# others
.DS_Store
.DS_Store
Loading

0 comments on commit b1035d8

Please sign in to comment.