Skip to content

github-actions(deps): bump ramsey/composer-install from 2 to 3 #68

github-actions(deps): bump ramsey/composer-install from 2 to 3

github-actions(deps): bump ramsey/composer-install from 2 to 3 #68

Workflow file for this run

name: "Integrate"
on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "main"
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3.1"
with:
config_file: ".yamllint.yaml"
file_or_dir: "."
strict: true