native-land-digital / native-land-web-client

Native Land Digital's web client, built with React & TypeScript.
4 stars 1 forks source link

Adds GH actions with lint and build step #1

Closed gdomingu closed 5 months ago

gdomingu commented 5 months ago

This pull request introduces a new GitHub Actions workflow named CI Checks that runs two jobs on every push event. The jobs, lint and build, are executed on an ubuntu-latest environment. The lint job checks out the code and runs the lint script, whereas the build job checks out the code, installs the dependencies, and then runs the build script.

The build step also shows an error with turf/bbox which I resolved.