test262/.github/workflows
Philip Chimento 7fc86bca6a Migrate linter workflow to GitHub Actions
This runs faster and allows for future improvements.

I'm following a general principle of keeping code that isn't portable
between CI providers inside the config file for the CI provider. So in
this case we remove the Circle-CI-specific stuff from the file in
tools/scripts/, and into .github/workflows/. We use an external action
(tj-actions/changed-files) to gather the list of files to lint.
2024-11-11 16:48:38 -08:00
..
checks-main.yml Migrate linter workflow to GitHub Actions 2024-11-11 16:48:38 -08:00
checks-pr.yml Migrate linter workflow to GitHub Actions 2024-11-11 16:48:38 -08:00
esmeta-test262.yml CI: Only install SBT if not present on Ubuntu image 2024-10-16 08:09:45 -07:00