Skip to content

Commit b1d8950

Browse files
Merge pull request #1136 from bjaglin/ci-cleanup
CI cleanup
2 parents c13f8de + eaf42c8 commit b1d8950

File tree

8 files changed

+4
-682
lines changed

8 files changed

+4
-682
lines changed

.drone.yml

-32
This file was deleted.

.drone.yml.sig

-1
This file was deleted.

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v2
5454
- uses: olafurpg/setup-scala@v7
5555
- run: sbt "scalafix --check"
56-
- run: ./scalafmt --test
56+
- run: ./bin/scalafmt --test
5757
mima:
5858
name: MiMa
5959
runs-on: ubuntu-latest

CONTRIBUTING.md

+3-14
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ scalafix-tests
4848
We use scalafix to apply some rules that are configured in .scalafix.conf.
4949
Make sure to run `sbt scalafixAll` to apply those rules.
5050

51-
Be sure to run `scalafmt` (available in the root folder) to ensure code
52-
formatting. `./scalafmt --diff` formats only the files that have changed from
53-
the master branch. You can read more about it at http://scalafmt.org
51+
Be sure to run `scalafmt` (available in the `bin` folder) to ensure code
52+
formatting. `./bin/scalafmt --diff` formats only the files that have changed
53+
from the master branch. You can read more about it at http://scalafmt.org
5454

5555
## Documentation
5656

@@ -95,17 +95,6 @@ Scalafix uses [sbt-ci-release](https://github.com/olafurpg/sbt-ci-release) to
9595
automate Sonatype releases. A new SNAPSHOT release is published on every merge
9696
into master. A stable release is published to Maven Central on every git tag.
9797

98-
### AppVeyor
99-
100-
The cache is limited to 1GB. It's not possible to delete the cache via the ui:
101-
https://github.com/appveyor/ci/issues/985 To delete via curl, get your token at
102-
https://ci.appveyor.com/api-token
103-
104-
```bash
105-
export APPVEYOR_TOKEN="<your-api-token>"
106-
curl -vvv -H "Authorization: Bearer $APPVEYOR_TOKEN" -XDELETE https://ci.appveyor.com/api/projects/scalacenter/scalafix/buildcache
107-
```
108-
10998
## Releasing
11099

111100
First, kickstart a CI release to Sonatype by pushing a git tag that correspond to the desired commit

0 commit comments

Comments
 (0)