Skip to content

Commit

Permalink
Merge branch 'main' into 703-feat-clubs
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye authored May 5, 2024
2 parents 3f668cd + 9e3c9dc commit 15af6c8
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 64 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ on:
- backend/**
- config/**
- .github/workflows/backend.yml
pull_request:
types: [opened]
paths:
- backend/**
- config/**
- .github/workflows/backend.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/backend_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "backend/**"
- ".github/workflows/backend_codeql.yml"
pull_request:
types: [opened]
paths:
- "backend/**"
- ".github/workflows/backend_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ on:
- cli/**
- config/**
- .github/workflows/cli.yml
pull_request:
types: [opened]
paths:
- cli/**
- config/**
- .github/workflows/cli.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/cli_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "cli/**"
- ".github/workflows/cli_codeql.yml"
pull_request:
types: [opened]
paths:
- "cli/**"
- ".github/workflows/cli_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
paths:
- frontend/dashboard/**
- .github/workflows/dashboard.yml
pull_request:
types: opened
paths:
- frontend/dashboard/**
- .github/workflows/dashboard.yml

jobs:
format:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dashboard_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "frontend/dashboard/**"
- ".github/workflows/dashboard_codeql.yml"
pull_request:
types: [opened]
paths:
- "frontend/dashboard/**"
- ".github/workflows/dashboard_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/frontend_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
paths:
- frontend/lib/**
- .github/workflows/frontend_lib.yml
pull_request:
types: opened
paths:
- frontend/lib/**
- .github/workflows/frontend_lib.yml

jobs:
format:
Expand Down Expand Up @@ -85,7 +80,7 @@ jobs:
id: get_new_version
run: |
echo "new_version=$(jq -r '.version' frontend/lib/package.json)" >> $GITHUB_OUTPUT
- name: Checkout main
uses: actions/checkout@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/frontend_lib_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "frontend/lib/**"
- ".github/workflows/frontend_lib_codeql.yml"
pull_request:
types: [opened]
paths:
- "frontend/lib/**"
- ".github/workflows/frontend_lib_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
paths:
- frontend/mobile/**
- .github/workflows/mobile.yml
pull_request:
types: opened
paths:
- frontend/mobile/**
- .github/workflows/mobile.yml

jobs:
format:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/mobile_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "frontend/mobile/**"
- ".github/workflows/mobile_codeql.yml"
pull_request:
types: [opened]
paths:
- "frontend/mobile/**"
- ".github/workflows/mobile_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
paths:
- frontend/web/**
- .github/workflows/web.yml
pull_request:
types: opened
paths:
- frontend/web/**
- .github/workflows/web.yml

jobs:
format:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/web_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "frontend/web/**"
- ".github/workflows/web_codeql.yml"
pull_request:
types: [opened]
paths:
- "frontend/web/**"
- ".github/workflows/web_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion frontend/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository holds the common types, apis, and components for frontend librar

To install the page, navigate to the target repo and initiate the following command:

- `yarn add @generate/sac`
- `yarn add @generatesac/lib`

## Development / Testing

Expand Down

0 comments on commit 15af6c8

Please sign in to comment.