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

Fixed issue where postcss plugins weren't being applied #513

Merged
merged 11 commits into from
May 26, 2023
Prev Previous commit
Next Next commit
add timeout to actions workflow
  • Loading branch information
dilanx authored and stevenewald committed May 26, 2023
commit 492f284f95c5a5e7ac9b9cb7476b6889981504f1
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10

strategy:
matrix:
Expand Down