Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 605 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 605 Bytes

GitHub Actions

This folder contains the following GitHub Actions:

  • CI - all CI jobs for the project
    • lints the code
    • typechecks the code
    • automatically fixes & applies code style updates
    • runs tests (unit, end-to-end)
    • runs on ubuntu-latest with node-versions set to [16x, 18x]
  • Release - automates the release process & changelog generation
  • Lock Closed Issues - Locks all closed issues after 14 days of being closed