Skip to content

chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization … #144

chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization …

chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization … #144

name: 'CI (AetheryteLinkInChat)'
on:
push:
paths:
- 'packages/Plugins/AetheryteLinkInChat/**'
- 'packages/Common/**'
pull_request:
paths:
- 'packages/Plugins/AetheryteLinkInChat/**'
- 'packages/Common/**'
types:
- opened
- synchronize
release:
types:
- created
workflow_dispatch:
jobs:
build:
uses: SlashNephy/Divination/.github/workflows/reusable-build-plugin.yml@master
with:
plugin-name: 'AetheryteLinkInChat'
working-directory: 'packages/Plugins/AetheryteLinkInChat'
permissions:
contents: read
actions: write
deploy:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
needs: build
uses: SlashNephy/Divination/.github/workflows/reusable-deploy-plugin.yml@master
with:
plugin-name: 'AetheryteLinkInChat'
secrets:
DEPLOY_GITHUB_TOKEN: '${{ secrets.DEPLOY_GITHUB_TOKEN }}'
permissions:
actions: read
format:
if: github.event_name == 'push'
uses: SlashNephy/.github/.github/workflows/dotnet-format.yml@master
permissions:
contents: write