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 19d3ba0 commit f7adf81
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 403 deletions.
10 changes: 6 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 @@ -33,7 +33,9 @@ jobs:
allowed-endpoints: >
api.adoptium.net:443
github.com:443
github-registry-files.githubusercontent.com:443
jitpack.io:443
maven.pkg.github.com:443
objects.githubusercontent.com:443
repo.maven.apache.org:443
# We run the build twice for each supported JDK: once against the
Expand All @@ -50,9 +52,9 @@ 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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- 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 f7adf81

Please sign in to comment.