Skip to content

Bump @typescript-eslint/parser from 7.6.0 to 7.7.0 (#230) #617

Bump @typescript-eslint/parser from 7.6.0 to 7.7.0 (#230)

Bump @typescript-eslint/parser from 7.6.0 to 7.7.0 (#230) #617

Workflow file for this run

---
# Copyright (c) Ansible Project
# Simplified BSD License (see LICENSES/BSD-2-Clause.txt or https://opensource.org/licenses/BSD-2-Clause)
# SPDX-License-Identifier: BSD-2-Clause
name: Verify REUSE
on:
push:
branches: [main]
pull_request:
branches: [main]
# Run once per week (Friday at 07:00 UTC)
schedule:
- cron: '0 7 * * 5'
jobs:
reuse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install reuse
- name: Check REUSE compliance
run: |
reuse lint