Skip to content

Commit

Permalink
Merge pull request #14 from BIBSYSDEV/larsv/replace-workflow
Browse files Browse the repository at this point in the history
ci: Replace GitHub workflow with shared file
  • Loading branch information
LarsV123 authored Jan 20, 2025
2 parents 6ac1d1e + e3f641e commit 3f39fb7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 50 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build

on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]

jobs:
build:
uses: BIBSYSDEV/nva-github-workflows/.github/workflows/java.yml@v1
inputs:
lint_openapi: false
secrets:
codacy_token: ${{ secrets.CODACY_PROJECT_TOKEN }}
18 changes: 0 additions & 18 deletions .github/workflows/cfn-linter.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/gradle.yml

This file was deleted.

0 comments on commit 3f39fb7

Please sign in to comment.