File tree 8 files changed +4
-682
lines changed
8 files changed +4
-682
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 53
53
- uses : actions/checkout@v2
54
54
- uses : olafurpg/setup-scala@v7
55
55
- run : sbt "scalafix --check"
56
- - run : ./scalafmt --test
56
+ - run : ./bin/ scalafmt --test
57
57
mima :
58
58
name : MiMa
59
59
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ scalafix-tests
48
48
We use scalafix to apply some rules that are configured in .scalafix.conf.
49
49
Make sure to run ` sbt scalafixAll ` to apply those rules.
50
50
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
54
54
55
55
## Documentation
56
56
@@ -95,17 +95,6 @@ Scalafix uses [sbt-ci-release](https://github.com/olafurpg/sbt-ci-release) to
95
95
automate Sonatype releases. A new SNAPSHOT release is published on every merge
96
96
into master. A stable release is published to Maven Central on every git tag.
97
97
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
-
109
98
## Releasing
110
99
111
100
First, kickstart a CI release to Sonatype by pushing a git tag that correspond to the desired commit
You can’t perform that action at this time.
0 commit comments