chore(deps): update dependency pre-commit to v4 #1608
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: OpenShift | |
on: | |
push: | |
branches-ignore: | |
- renovate/** | |
- weblate | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-24.04 | |
name: OpenShift Test | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup OpenShift | |
uses: manusa/actions-setup-openshift@v1.1.5 | |
with: | |
oc version: v3.11.0 | |
github token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Create Project | |
run: oc new-project weblate-test | |
- name: Create Template | |
run: oc create -f template.yml -n weblate-test |