Skip to content

Bump ts-jest from 29.1.0 to 29.1.1 #248

Bump ts-jest from 29.1.0 to 29.1.1

Bump ts-jest from 29.1.0 to 29.1.1 #248

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: Lint changelog fragments
on:
push:
branches: [main]
pull_request:
branches: [main]
# Run once per week (Friday at 07:00 UTC)
schedule:
- cron: '0 7 * * 5'
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
pip install antsibull-changelog
- name: Lint changelog fragments
run: |
antsibull-changelog lint