Skip to content

Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 #131

Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0

Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 #131

Workflow file for this run

name: Check Imports
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Check Imports
run: ./vendor/bin/check_imports