Enable github actions

This commit is contained in:
SujithPS 2023-10-24 20:21:57 +05:30
parent 1f47796529
commit 9a11fe0028
2 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'

View File

@ -4,10 +4,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Cancel running workflows
uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
- name: Checkout repo
uses: actions/checkout@v4
- name: Set node version