Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jank-lang/jank
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2e00563cf5f49eb7063f512f7c51279e052f4c0e
Choose a base ref
..
head repository: jank-lang/jank
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 35bbc671ddd7a138f58441fe36e2d45254d45108
Choose a head ref
Showing with 1 addition and 4 deletions.
  1. +1 −4 .github/actions/build/action.yml
5 changes: 1 addition & 4 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
@@ -22,10 +22,7 @@ runs:
- name: Validate formatting
shell: bash
working-directory: ${{ github.workspace }}/compiler+runtime
run: |
ls -al
ls -al bin/ci
./bin/ci/validate-formatting
run: ./bin/ci/validate-formatting

- if: ${{ env.CODECOV }} == "on"
name: Upload report to Codecov