DEV Community

Divya Kelaskar
Divya Kelaskar

Posted on

🗃️ Filecheck GitHub action

My Workflow

A simple GitHub action to check the list of files on a push and pull request.

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

GitHub logo divyakelaskar / filecheck-github-action

A simple GitHub action to check the list of files on a push or a pull request.

🗃️ Filecheck GitHub action

A simple GitHub action to check the list of files on a pull request.

Inspiration

I have been reading the submission blogs for this year's GitHub Actions Hackathon. Also, most of the opensource repos on GitHub actively use GitHub actions to automate the workflow efficiently. Thus, I thought of building one and learning how about use them.

What it does

Checks the list the files in the repository on a pull request.

How I built it

  • Created a repo on GitHub.
  • Formed a .github/workflows directory.
  • Made a .yml file of the workflow.

Challenges I ran into

  • Choosing a learning resource (chose the official docs)
  • Adapting the YAML syntax

Accomplishments that I'm proud of

Learned about GitHub actions by building one.

What I learned

  • How to automate things with GitHub actions.
  • Worked with YAML files



Additional Resources / Info

Top comments (0)