Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use new actions-utils that is aware of ALL_CHANGED_FILES #28

Merged
merged 28 commits into from
Aug 4, 2021

Conversation

jaredly
Copy link
Contributor

@jaredly jaredly commented Aug 4, 2021

Summary:

See Khan/actions-utils#14

Test plan:

I updated the workflow to set up the ALL_CHANGED_FILES variable. Our other workflows that use eslint-action will want to add those setup steps as well.

@jaredly jaredly self-assigned this Aug 4, 2021
@jaredly jaredly changed the base branch from changed to main August 4, 2021 19:23
@jaredly jaredly changed the title Test pr to check if behind works Update to use new actions-utils that is aware of ALL_CHANGED_FILES Aug 4, 2021
@jaredly jaredly requested a review from a team August 4, 2021 19:28
Copy link
Member

@jeresig jeresig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thank you!

format: 'json' # robust to filenames with spaces
absolute: true # our tooling expects absolute paths

# Now we put it on the environment so that it can be
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...can be??

@@ -10,24 +10,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run eslint
uses: Khan/eslint-action@main
setup: yarn
uses: Khan/eslint-action@da16c43dd352e1e606c838008e7f25e3bf3fbf97
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we revert this to main once this lands? or...?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I can change it before landing

@jaredly jaredly merged commit 299f687 into main Aug 4, 2021
@jaredly jaredly deleted the again branch August 4, 2021 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants