Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: tinovyatkin/action-php-codesniffer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DOMjudge/action-php-codesniffer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Oct 5, 2022

  1. Thenabeel fixed the build

    thenabeel authored and vmcj committed Oct 5, 2022
    Copy the full SHA
    ec6601e View commit details
  2. Accept option to pass on codestyle errors.

    Dist is needed to deploy the github action.
    
    Updated the npm packages. This commit can be removed when the upstream
    action works again. Afterwards run `npm install && npm run all`.
    vmcj committed Oct 5, 2022
    Copy the full SHA
    52caa75 View commit details

Commits on Jun 14, 2024

  1. Update typescript-eslint monorepo to v5

    renovate-bot authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    603bc51 View commit details
  2. Copy the full SHA
    df03a21 View commit details
  3. Copy the full SHA
    035e58e View commit details
  4. Update dependency prettier to v2.5.1

    renovate-bot authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    038f98f View commit details
  5. Update dependency typescript to v4

    renovate-bot authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    6dc1a6d View commit details
  6. Copy the full SHA
    504ead7 View commit details
  7. Copy the full SHA
    0e948be View commit details
  8. Update jest monorepo

    renovate-bot authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    326f1f0 View commit details
  9. Update dependency js-yaml to v4

    renovate-bot authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    c81cd35 View commit details
  10. Update dependency @actions/github to v5

    renovate-bot authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    e62a0c9 View commit details
  11. Update actions/checkout action to v3

    renovate-bot authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    d06d5ed View commit details
  12. Update dependency typescript to v4.6.2

    renovate-bot authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    dd6f4f7 View commit details
  13. Copy the full SHA
    70b3e6d View commit details
  14. Update dependency eslint to v7.32.0

    renovate-bot authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    c99dbab View commit details
  15. Copy the full SHA
    34b6b1c View commit details
  16. Update dependency ts-jest to v26.5.6

    renovate-bot authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    a7009d3 View commit details
  17. Update dependency eslint to v8

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    d53643e View commit details
  18. Update dependency typescript to v4.9.5

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    90577dc View commit details
  19. Update jest monorepo to v29

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    5cb238e View commit details
  20. Copy the full SHA
    a21dbfc View commit details
  21. Copy the full SHA
    0dcf39f View commit details
  22. Update jest monorepo

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    7848673 View commit details
  23. Update dependency eslint to v8.46.0

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    491f586 View commit details
  24. Copy the full SHA
    7c4ee0d View commit details
  25. Update dependency prettier to v3

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    ed6fa54 View commit details
  26. Copy the full SHA
    55531d6 View commit details
  27. Update dependency @types/node to v18

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    50273ff View commit details
  28. Copy the full SHA
    520cf3e View commit details
  29. Copy the full SHA
    4b2da64 View commit details
  30. Update dependency jest to v29.6.3

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    12d1cc2 View commit details
  31. Copy the full SHA
    945a979 View commit details
  32. Update actions/checkout action to v4

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    8ffd6bc View commit details
  33. Copy the full SHA
    bd43478 View commit details
  34. Update jest monorepo

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    0331190 View commit details
  35. Update dependency prettier to v3.0.3

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    2bb2898 View commit details
  36. Update dependency typescript to v5

    renovate[bot] authored and vmcj committed Jun 14, 2024
    Copy the full SHA
    3bd8e2a View commit details

Commits on Sep 11, 2024

  1. Use newer node base

    Michael Vasseur authored and vmcj committed Sep 11, 2024
    Copy the full SHA
    ab58a9d View commit details
Showing with 14,529 additions and 32,531 deletions.
  1. +2 −2 .github/workflows/test.yml
  2. +2 −1 .gitignore
  3. +4 −1 action.yml
  4. +10,292 −26,528 dist/index.js
  5. +4,195 −5,972 package-lock.json
  6. +17 −17 package.json
  7. +2 −1 src/get-changed-file.ts
  8. +2 −2 src/main.ts
  9. +8 −6 src/run-on-blame.ts
  10. +5 −1 src/run-on-files.ts
  11. BIN staticphar/phpcs.phar
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
npm install
npm run all
@@ -22,7 +22,7 @@ jobs:
run: |
echo "$GITHUB_CONTEXT"
set
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # important!
- name: Install PHP_CodeSniffer
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -96,4 +96,5 @@ Thumbs.db

# Ignore built ts files
__tests__/runner/*
lib/**/*
lib/**/*

5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -17,12 +17,15 @@ inputs:
standard:
description: 'Code style standard name (PEAR, ) or path to a phpcs.xml file'
required: false
fail_on_errors:
description: 'Whether action should fail on errors or not, default to true (fails)'
required: false
fail_on_warnings:
description: 'Whether action should fail on warnings or not, default to true (fails)'
required: false

runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'

branding:
Loading