Skip to content

chore(deps): bump com.neverpile:url-crypto-kit from 2.1.0 to 2.1.1 #282

chore(deps): bump com.neverpile:url-crypto-kit from 2.1.0 to 2.1.1

chore(deps): bump com.neverpile:url-crypto-kit from 2.1.0 to 2.1.1 #282

name: Continuous Integration
on:
push:
branches-ignore:
- master
paths-ignore:
- '.github/**'
- '**/README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Perform build
run: mvn verify -P run-integration-tests
- name: Notify developers
uses: 8398a7/action-slack@v3
with:
username: GitHub
icon_emoji: octocat
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref
text: ${{ github.workflow }} ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: always()