Skip to content

Commit

Permalink
Add pre-commit workflow, remove gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mo committed Apr 22, 2024
1 parent 4cb8188 commit f94a095
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 228 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches: [ "main" ]
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.1
- uses: pre-commit-ci/lite-action@v1.0.2
if: always()
227 changes: 0 additions & 227 deletions .gitlab-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion operator/chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: 702886132326.dkr.ecr.eu-west-1.amazonaws.com/eo-images-gitlab/remote-development-operator
repository: ghcr.io/dell/remote-development-operator
tag: main

0 comments on commit f94a095

Please sign in to comment.