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

ci: prettier, drop node 19 #790

Merged
merged 5 commits into from
Aug 14, 2023
Merged

ci: prettier, drop node 19 #790

merged 5 commits into from
Aug 14, 2023

Conversation

kanadgupta
Copy link
Member

@kanadgupta kanadgupta commented Aug 14, 2023

🧰 Changes

Slightly reorganizes our lint/CI workflows to run prettier against everything. Also drops tests against Node 19.

🧬 QA & Testing

Do tests pass?

Comment on lines +30 to +35
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint
Copy link
Member Author

Choose a reason for hiding this comment

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

since lint-docs.yml had the same triggers as ci.yml, i just deleted the former and combined it with the latter

- name: Install deps
run: npm ci
- name: Install deps and run tests
run: npm cit
Copy link
Member Author

Choose a reason for hiding this comment

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

our build script now runs via a pretest hook

@kanadgupta kanadgupta changed the title ci: run prettier against everything ci: prettier, drop node 19 Aug 14, 2023
@kanadgupta kanadgupta added enhancement New feature or request refactor Issues about tackling technical debt labels Aug 14, 2023
@kanadgupta kanadgupta marked this pull request as ready for review August 14, 2023 17:08
@kanadgupta kanadgupta requested a review from erunion August 14, 2023 17:08
@erunion erunion merged commit 5243635 into main Aug 14, 2023
@erunion erunion deleted the ci/prettier branch August 14, 2023 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor Issues about tackling technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants