Skip to content

chore(deps-dev): bump vitepress from 1.3.3 to 1.4.0 #277

chore(deps-dev): bump vitepress from 1.3.3 to 1.4.0

chore(deps-dev): bump vitepress from 1.3.3 to 1.4.0 #277

Workflow file for this run

name: Run abaplint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
abaplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: abaplint
uses: abaplint/actions-abaplint@main
# GITHUB_TOKEN in forked repositories is read-only
# https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}