Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Jan 3, 2025
1 parent e67800e commit 0805a58
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 405 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and verify
on:
pull_request:
push:
branches: [ master ]
branches:
permissions:
contents: read
jobs:
Expand Down Expand Up @@ -50,9 +50,7 @@ jobs:
- name: Display build environment details
run: mvn --version
- name: Build project against vanilla Error Prone, compile Javadoc
run: mvn -T1C install javadoc:jar
- name: Build project with self-check against Error Prone fork
run: mvn -T1C clean verify -Perror-prone-fork -Pnon-maven-central -Pself-check -s settings.xml
run: mvn -T1C install javadoc:jar -P non-maven-central -s settings.xml
- name: Remove installed project artifacts
run: mvn dependency:purge-local-repository -DmanualInclude='${project.groupId}' -DresolutionFuzziness=groupId

Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/codeql.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/deploy-website.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/openssf-scorecard.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/pitest-analyze-pr.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/pitest-update-pr.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/run-integration-tests.yml

This file was deleted.

Loading

0 comments on commit 0805a58

Please sign in to comment.