Skip to content

Commit

Permalink
chore: Revert green-coding steps (too invasive)
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 16, 2025
1 parent 8036a4d commit 01ef405
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,39 +18,16 @@ jobs:
name: Linting
runs-on: ubuntu-24.04
steps:
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
with:
task: start-measurement
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
with:
task: get-measurement
label: lint/checkout
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
with:
task: get-measurement
label: lint/setup-pnpm
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version-file: .node-version
cache: pnpm
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
with:
task: get-measurement
label: lint/setup-node
- name: Install dependencies
run: pnpm install --ignore-scripts --frozen-lockfile --workspace-root
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
with:
task: get-measurement
label: lint/install-deps
- name: Check monorepo with Sherif
run: pnpm run lint:sherif
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
with:
task: get-measurement
label: lint/sherif
- name: Check source code formatting
run: |
set +e # Allow Prettier to fail, but capture the error code
Expand All @@ -65,13 +42,6 @@ jobs:
else
echo "No formatting issues found"
fi
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
with:
task: get-measurement
label: lint/prettier
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
with:
task: display-results
ci-core:
name: CI (core)
Expand Down

0 comments on commit 01ef405

Please sign in to comment.