😎 A curated list of awesome Github Profile READMEs 📝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
335 B

5 years ago
  1. name: Continuous Integration
  2. # This action works with pull requests and pushes
  3. on:
  4. pull_request:
  5. push:
  6. branches:
  7. - master
  8. jobs:
  9. prettier:
  10. name: Run Prettier
  11. runs-on: ubuntu-latest
  12. steps:
  13. - name: Checkout
  14. uses: actions/checkout@v2
  15. - name: Prettify code
  16. uses: creyD/prettier_action@v2.2