We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Important
Read issue #2 first
Create a file named build.yml in the path: .github/workflows/
build.yml
.github/workflows/
The content of the file is as follows:
name: Build Push/PR - Master on: push: branches: [ "master" ] pull_request: branches: [ "master" ] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 - name: Install node modules run: npm install --progress=false - name: Build project run: npm run build
The text was updated successfully, but these errors were encountered:
hello @nmarulo, could you assign me this task? Thanks!
Sorry, something went wrong.
@JinnJarBurger It's all yours 👍
Thanks! on it.
JinnJarBurger
Successfully merging a pull request may close this issue.
Important
Read issue #2 first
Create a file named
build.yml
in the path:.github/workflows/
The content of the file is as follows:
The text was updated successfully, but these errors were encountered: