Skip to content

chore(ego): align deps to current upstream #77

chore(ego): align deps to current upstream

chore(ego): align deps to current upstream #77

Workflow file for this run

name: push
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
super-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker://github/super-linter:latest
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_UNCIAE }}
VALIDATE_ALL_CODEBASE: false
notify:
needs: [commitlint, super-linter]
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.GH_ACTIONS_UNCIAE }}
repository: streambinder/clavis
event-type: unciae-sync
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'