Skip to content

Commit 2301091

Browse files
committed
circleci -> github actions
1 parent 3d1c858 commit 2301091

File tree

5 files changed

+2
-135
lines changed

5 files changed

+2
-135
lines changed

.circleci/circleci-readme.md

-24
This file was deleted.

.circleci/config.yml

-106
This file was deleted.

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ versus how you fixed it.
2424
* Sign the [Sonatype CLA](https://sonatypecla.herokuapp.com/sign-cla)
2525
* Try to fix one thing per pull request! Many people work on this code, so the more focused your changes are, the less
2626
of a headache other people will have when they merge their work in.
27-
* Ensure your Pull Request passes tests either locally or via CircleCI (it will run automatically on your PR)
27+
* Ensure your Pull Request passes tests either locally or via GitHub Actions (workflow will run on your PR)
2828
* Make sure to add yourself or your organization to CONTRIBUTORS.md as a part of your PR, if you are new to the project!
2929
* If you're stuck, ask our [gitter channel](https://gitter.im/sonatype/nexus-developers)! There are a number of
3030
experienced programmers who are happy to help with learning and troubleshooting.

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ target/
77
.project
88
.idea
99
.DS_Store
10-
11-
# ci config for local ci build
12-
.circleci/local-config.yml

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
[![Gradle Plugins Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/org/sonatype/gradle/plugins/scan/org.sonatype.gradle.plugins.scan.gradle.plugin/maven-metadata.xml.svg?colorB=007ec6&label=Gradle%20Plugins%20Portal)](https://plugins.gradle.org/plugin/org.sonatype.gradle.plugins.scan)
2727

28-
[![CircleCI Build Status](https://circleci.com/gh/sonatype-nexus-community/scan-gradle-plugin.svg?style=shield "CircleCI Build Status")](https://circleci.com/gh/sonatype-nexus-community/scan-gradle-plugin)
28+
![GitHub Actions CI](https://github.com/sonatype-nexus-community/scan-gradle-plugin/actions/workflows/ci.yaml/badge.svg)
2929

3030
Gradle plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index and Nexus IQ Server.
3131

0 commit comments

Comments
 (0)