Skip to content

chore(deps-dev): bump oxlint from 0.3.1 to 0.3.2 (#1552) #633

chore(deps-dev): bump oxlint from 0.3.1 to 0.3.2 (#1552)

chore(deps-dev): bump oxlint from 0.3.1 to 0.3.2 (#1552) #633

Workflow file for this run

name: Mirror and run GitLab CI
on:
push:
branches: [main]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Mirror + trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@5c211f993d35256d96b772d995972f434b94e11a
with:
args: 'https://gitlab.com/ffflorian/api-clients.git'
env:
FORCE_PUSH: true
GITLAB_HOSTNAME: 'gitlab.com'
GITLAB_USERNAME: 'ffflorian'
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: '12704101'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}