learningequality / studio

Content curation tools for Kolibri
https://studio.learningequality.org/
MIT License
117 stars 164 forks source link

Remove use of deprecated set-output, use pre-commit lite action instead #4806

Open rtibbles opened 2 weeks ago

rtibbles commented 2 weeks ago

Summary

Description of the change(s) you made

Removes use of set-output in line with https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Follows Kolibri's use of the pre-commit lite action for committing unlinted files to PRs and branches https://github.com/learningequality/kolibri/blob/develop/.github/workflows/pre-commit.yml#L55

Manual verification steps performed

  1. Step 1
  2. Step 2
  3. ...

Screenshots (if applicable)

Does this introduce any tech-debt items?


Reviewer guidance

How can a reviewer test these changes?

Are there any risky areas that deserve extra testing?

References

Comments


Contributor's Checklist

PR process:

Studio-specifc:

Testing:

Reviewer's Checklist

This section is for reviewers to fill out.