Skip to content

chore(deps-dev): bump eslint-plugin-unused-imports from 3.1.0 to 3.2.… #635

chore(deps-dev): bump eslint-plugin-unused-imports from 3.1.0 to 3.2.…

chore(deps-dev): bump eslint-plugin-unused-imports from 3.1.0 to 3.2.… #635

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 }}