Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

chore(deps-dev): bump oxlint from 0.7.0 to 0.9.1 (#1403) #441

chore(deps-dev): bump oxlint from 0.7.0 to 0.9.1 (#1403)

chore(deps-dev): bump oxlint from 0.7.0 to 0.9.1 (#1403) #441

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/ts-boilerplate.git'
env:
FORCE_PUSH: true
GITLAB_HOSTNAME: 'gitlab.com'
GITLAB_USERNAME: 'ffflorian'
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: '12704206'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}