Skip to content

Commit

Permalink
fix(monorepo): Resolve issue with external workflow execution
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Dec 4, 2024
1 parent 7f37e37 commit 8c13959
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 95 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/lint-commit.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: write-all
jobs:
file-system-scan:
name: Vulnerability scanning - File system
uses: storm-ops/.github/workflows/security-reusable.yml@main
uses: storm-software/storm-ops/.github/workflows/security-reusable.yml@main
with:
scan-type: "fs"
format: "sarif"
Expand All @@ -29,7 +29,7 @@ jobs:

config-scan:
name: Vulnerability scanning - Config
uses: storm-ops/.github/workflows/security-reusable.yml@main
uses: storm-software/storm-ops/.github/workflows/security-reusable.yml@main
with:
scan-type: "config"
format: "sarif"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/syncpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:
jobs:
syncpack:
name: Syncpack
uses: storm-ops/.github/workflows/syncpack-reusable.yml@main
uses: storm-software/storm-ops/.github/workflows/syncpack-reusable.yml@main
secrets:
STORM_BOT_GITHUB_TOKEN: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
STORM_BOT_NPM_TOKEN: ${{ secrets.STORM_BOT_NPM_TOKEN }}
Expand Down
28 changes: 15 additions & 13 deletions packages/hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,21 @@ A base utility hook library used by Storm Software in React clients
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents

- [Installing](#installing)
- [Reduced Package Size](#reduced-package-size)
- [Development](#development)
- [Building](#building)
- [Running unit tests](#running-unit-tests)
- [Linting](#linting)
- [Storm Workspaces](#storm-workspaces)
- [Roadmap](#roadmap)
- [Support](#support)
- [License](#license)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [Contributors](#contributors)
- [React Hooks](#react-hooks)
- [Table of Contents](#table-of-contents)
- [Installing](#installing)
- [Reduced Package Size](#reduced-package-size)
- [Development](#development)
- [Building](#building)
- [Running unit tests](#running-unit-tests)
- [Linting](#linting)
- [Storm Workspaces](#storm-workspaces)
- [Roadmap](#roadmap)
- [Support](#support)
- [License](#license)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [Contributors](#contributors)

<!-- END doctoc -->

Expand Down

0 comments on commit 8c13959

Please sign in to comment.