Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/workflows/action-lint-actions.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/action-lint-workflows.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
- uses: googleapis/release-please-action@v4
id: release
with:
config-file: release-please-config.json
Expand All @@ -28,7 +28,7 @@ jobs:
# `<actions>/<name>--sha`.
- name: tag major and minor versions
if: steps.release.outputs.releases_created == 'true'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
uses: actions/github-script@v7
env:
RELEASES: ${{ toJSON(steps.release.outputs) }}
with:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/test-artifactory-login.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/test-build-and-push-docker.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/test-build-and-push-helm.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/test-eslint.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/test-helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@v5
with:
fetch-depth: 0

- name: helm lint
uses: ./actions/helm-lint
id: helm-lint
with:
repository: ${{ github.repository }}
chartDirs: "./test/helm"
chartPaths: "./test/helm"

- name: Print on chart change
if: steps.helm-lint.outputs.changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-init-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@v5

- name: Test init-npm action
uses: ./actions/init-npm
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/test-openapi-lint.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test-update-artifacts-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@v5

- name: Update artifacts.json
uses: ./actions/update-artifacts-file
Expand Down
6 changes: 0 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
".": "6.0.0",
"actions/build-and-push-helm": "1.0.1",
"actions/helm-lint": "1.0.0",
"actions/eslint": "1.0.1",
"actions/push-docker": "1.0.1",
"actions/artifactory-login": "1.0.0",
"actions/update-artifacts-file": "1.1.1",
"actions/build-docker": "1.1.0",
"actions/openapi-lint": "1.0.0",
"actions/init-npm": "1.0.0"
}
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ This repository contains GitHub Actions used across the MapColonies organization
```
.
├── actions/ # Reusable composite actions
│ ├── artifactory-login/
│ ├── build-docker/
│ ├── build-and-push-helm/
│ ├── helm-lint/
│ ├── init-npm/
│ ├── eslint/
│ ├── openapi-lint/
│ ├── push-docker/
│ └── update-artifacts-file/
├── test/ # Assets for testing the actions
├── .github/workflows/ # Utility and Test workflows for each action
Expand All @@ -45,13 +39,7 @@ Each action has a dedicated folder with:

| Action | Description |
|--------|-------------|
| `artifactory-login` | Logs in to Azure Container Registry |
| `build-docker` | Builds Docker images |
| `push-docker` | Pushes Docker images |
| `build-and-push-helm` | Packages and publishes Helm charts |
| `helm-lint` | Lints and tests Helm charts |
| `eslint` | Runs ESLint to check JavaScript/TypeScript code |
| `openapi-lint` | Validates OpenAPI specs using Redocly CLI |
| `init-npm` | Initializes the repo with npm |
| `update-artifacts-file` | Updates `artifacts.json` metadata |

Expand Down
17 changes: 0 additions & 17 deletions actions/artifactory-login/CHANGELOG.md

This file was deleted.

25 changes: 0 additions & 25 deletions actions/artifactory-login/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions actions/artifactory-login/action.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions actions/build-and-push-helm/CHANGELOG.md

This file was deleted.

Loading
Loading